JSON-LD Schemata: The versions as developed by the CASCaRA Submission Team:
- • 2026-07-03 (latest)
+ • 2026-07-20 (latest)
+ • 2026-07-03
• 2026-05-08
• 2026-02-18
• 2026-01-12
diff --git a/public/assets/jsonld/Entity.json b/public/assets/jsonld/Entity.json
index 9a96577..0ee7a72 100644
--- a/public/assets/jsonld/Entity.json
+++ b/public/assets/jsonld/Entity.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/Entity.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/Entity.json",
"title": "CASCaRA Entity Schema for JSON-LD",
"description": "Validates Entity class definitions for individual information objects. Configures which properties (cas:enumeratedProperty) and which outgoing links are allowed (cas:enumeratedTargetLink). Entities classify primary information objects such as Requirements, Components and Diagrams in a systems engineering context. Supports specialization hierarchies via cas:specializes and optional visual representation via cas:icon.",
"type": "object",
diff --git a/public/assets/jsonld/Enumeration.json b/public/assets/jsonld/Enumeration.json
index 7a45527..fc0f4da 100644
--- a/public/assets/jsonld/Enumeration.json
+++ b/public/assets/jsonld/Enumeration.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/Enumeration.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/Enumeration.json",
"title": "CASCaRA Enumeration Schema for JSON-LD",
"description": "Validates Enumeration class definitions. Must include datatype specification (string, integer, double, boolean, dateTime, etc.), enumeration values (cas:enumeratedValue), measurement units.",
"type": "object",
diff --git a/public/assets/jsonld/Link.json b/public/assets/jsonld/Link.json
index edd1c1f..25b5404 100644
--- a/public/assets/jsonld/Link.json
+++ b/public/assets/jsonld/Link.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/Link.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/Link.json",
"title": "CASCaRA Link Schema for JSON-LD",
"description": "Validates Link class definitions that specify navigable connections between items. Defines enumerated endpoint classes (cas:enumeratedEndpoint) which determine which Entity or Relationship classes can be connected via this link type. Links enable traversal of the information graph and support bi-directional relationships when paired (e.g., 'contains' / 'is contained by').",
"type": "object",
@@ -27,6 +27,10 @@
},
"additionalProperties": false
},
+ "sh:defaultValue": {
+ "$ref": "#/$defs/idObject",
+ "description": "Default value for this property"
+ },
"cas:revision": {
"type": "string",
"description": "Revision identifier for version control"
@@ -77,6 +81,14 @@
"$ref": "#/$defs/idObject"
}
},
+ "cas:revisionAware": {
+ "type": "boolean",
+ "description": "Indicates whether the link is version-aware. If true, instances must specify identifier and revision of the endpoints."
+ },
+ "dash:readOnly": {
+ "type": "boolean",
+ "description": "If true, the link value of an instance cannot be changed once assigned; default is false"
+ },
"sh:minCount": {
"type": "integer",
"minimum": 0
diff --git a/public/assets/jsonld/Property.json b/public/assets/jsonld/Property.json
index b9df343..b0722af 100644
--- a/public/assets/jsonld/Property.json
+++ b/public/assets/jsonld/Property.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/Property.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/Property.json",
"title": "CASCaRA Property Schema for JSON-LD",
"description": "Validates Property class definitions that specify attributes for entities and relationships. May include datatype specifications (string, integer, double, boolean, dateTime, etc.), cardinality constraints (sh:minCount, sh:maxCount, value constraints (sh:minInclusive, sh:maxInclusive, sh:maxLength, sh:pattern), default values, measurement units, and support for composed properties.",
"type": "object",
@@ -74,6 +74,10 @@
"sh:datatype": {
"$ref": "#/$defs/idObject"
},
+ "dash:readOnly": {
+ "type": "boolean",
+ "description": "If true, the property value of an instance cannot be changed once assigned; default is false"
+ },
"sh:minCount": {
"type": "integer",
"minimum": 0
diff --git a/public/assets/jsonld/Relationship.json b/public/assets/jsonld/Relationship.json
index 7ab6186..e291daa 100644
--- a/public/assets/jsonld/Relationship.json
+++ b/public/assets/jsonld/Relationship.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/Relationship.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/Relationship.json",
"title": "CASCaRA Relationship Schema for JSON-LD",
"description": "Validates Relationship class definitions for directed connections between entities. Configures which properties (cas:enumeratedProperty), source links (cas:enumeratedSourceLink) and target links (cas:enumeratedTargetLink) are allowed. Relationships are reified connections that can carry their own properties, enabling rich traceability and dependency modeling (e.g., 'Refinement' relationships with rationale and traceability status). Relationships classify meaningful statements including a subject and an object, where both the subject and the object is an entity or relationship instance. Supports specialization hierarchies and optional icons.",
"type": "object",
diff --git a/public/assets/jsonld/aPackage.json b/public/assets/jsonld/aPackage.json
index 8c50e7c..7626d4f 100644
--- a/public/assets/jsonld/aPackage.json
+++ b/public/assets/jsonld/aPackage.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/aPackage.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/aPackage.json",
"title": "CASCaRA aPackage Schema for JSON-LD",
"description": "Validates a complete JSON-LD document (CASCaRA aPackage) with @context (namespace and vocabulary definitions) as well as @graph (array of PIG items). The graph contains a mix of item classes (Property, Link, Entity, Relationship) and instances (anEntity, aRelationship). Package-level metadata includes optional dcterms:modified, dcterms:creator, dcterms:title, and dcterms:description. Validates each item against its corresponding schema based on cas:itemType.",
"type": "object",
@@ -127,7 +127,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/anEntity.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/anEntity.json"
}
},
{
@@ -143,7 +143,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/aRelationship.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/aRelationship.json"
}
},
{
@@ -159,7 +159,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/Property.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/Property.json"
}
},
{
@@ -175,7 +175,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/Link.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/Link.json"
}
},
{
@@ -191,7 +191,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/Entity.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/Entity.json"
}
},
{
@@ -207,7 +207,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/Relationship.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/Relationship.json"
}
},
{
@@ -223,7 +223,7 @@
}
},
"then": {
- "$ref": "http://product-information-graph.org/schema/2026-07-03/jsonld/Enumeration.json"
+ "$ref": "http://product-information-graph.org/schema/2026-07-20/jsonld/Enumeration.json"
}
}
]
diff --git a/public/assets/jsonld/aRelationship.json b/public/assets/jsonld/aRelationship.json
index d695ece..f3a2a6a 100644
--- a/public/assets/jsonld/aRelationship.json
+++ b/public/assets/jsonld/aRelationship.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/aRelationship.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/aRelationship.json",
"title": "CASCaRA ARelationship Schema for JSON-LD",
"description": "Validates relationship instances representing directed, reified connections between items (i.e. entity or relationship instances). Similar metadata to entities, but additionally requires both source links (cas:aSourceLink) and target links (cas:aTargetLink) conforming to the class definition. Source and target links reference entity or relationship instances. Properties can carry contextual information about the relationship (e.g., traceability status, rationale, coverage analysis). Reification enables relationships to be first-class items with their own lifecycle and properties. Must have a dcterms:title and optionally a dcterms:description to convey meaning.",
"type": "object",
diff --git a/public/assets/jsonld/anEntity.json b/public/assets/jsonld/anEntity.json
index 5a69194..1e84e1e 100644
--- a/public/assets/jsonld/anEntity.json
+++ b/public/assets/jsonld/anEntity.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "http://product-information-graph.org/schema/2026-07-03/jsonld/anEntity.json",
+ "$id": "http://product-information-graph.org/schema/2026-07-20/jsonld/anEntity.json",
"title": "CASCaRA AnEntity Schema for JSON-LD",
"description": "Validates entity instances with actual property values and target link references. Includes mandatory metadata: @type (reference to Entity class), cas:revision, dcterms:modified timestamp, optional cas:priorRevision and dcterms:creator. Properties can have direct values (@value) or reference enumeration values (@id) as defined by its class. Target links reference other entity or relationship instances. Must have either dcterms:title or dcterms:description (or both) to convey meaning.",
"type": "object",
diff --git a/public/assets/jsonld/styles-jsonld.zip b/public/assets/jsonld/styles-jsonld.zip
deleted file mode 100644
index 2dab7f6..0000000
Binary files a/public/assets/jsonld/styles-jsonld.zip and /dev/null differ
diff --git a/public/assets/xslt/FMI-to-CAS.sef.json b/public/assets/xslt/FMI-to-CAS.sef.json
index cca0107..2dfb9cd 100644
--- a/public/assets/xslt/FMI-to-CAS.sef.json
+++ b/public/assets/xslt/FMI-to-CAS.sef.json
@@ -1 +1 @@
-{"N":"package","version":"20","packageVersion":"1","saxonVersion":"SaxonJS 2.7","target":"JS","targetVersion":"2","name":"TOP-LEVEL","relocatable":"false","buildDateTime":"2026-07-12T14:37:51.638+02:00","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","C":[{"N":"co","binds":"","id":"0","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-property-class","line":"107","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"108","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"109","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}datatype","slot":"2","sType":"* ","as":"* ","flags":"","line":"110","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"param","name":"Q{}definition","slot":"3","sType":"* ","as":"* ","flags":"","line":"111","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"3","sType":"* "}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"112","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"112"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"113","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Property"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"114","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"115","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"115"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"117","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"117","C":[{"N":"varRef","name":"Q{}definition","slot":"3"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}definition","slot":"3"}]}]}]}]}]}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"118","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"119","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}definition","slot":"3","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"119"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"122","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"123","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}datatype","slot":"2","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"123"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","id":"1","uniform":"true","binds":"0 4 5","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-ontology","line":"128","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"130","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fmiVersion","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"131"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"132"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"133"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"The version of the FMI standard the FMU conforms to.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"134"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"136","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:guid","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"137"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"GUID / instantiation token","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"138"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"139"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Fingerprint (FMI 2.0 guid / FMI 3.0 instantiationToken) verifying that the model description and the binary match.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"140"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"142","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelName","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"143"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"144"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"145"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"147","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"148"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"149"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"150"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"152","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"153"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMU version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"154"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"155"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"157","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"158"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"159"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"160"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"162","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"163"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"164"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"165"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"167","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"168"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"generation tool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"169"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"170"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"172","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationDateAndTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"173"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"generation date and time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"174"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:dateTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"175"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"177","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableNamingConvention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"178"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable naming convention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"179"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"180"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"182","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:numberOfEventIndicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"183"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"number of event indicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"184"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"185"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"189","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"190"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"value reference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"191"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"192"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Handle used to identify the variable value in FMI function calls.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"193"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"195","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"196"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"197"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"198"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"parameter, calculatedParameter, input, output, local, independent or structuralParameter.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"199"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"201","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"202"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"203"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"204"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"constant, fixed, tunable, discrete or continuous.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"205"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"207","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"208"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"209"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"210"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"exact, approx or calculated.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"211"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"213","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dataType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"214"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"data type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"215"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"216"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI base data type, e.g. Real/Integer/Boolean/String/Enumeration (FMI 2.0) or Float64/Int32/... (FMI 3.0).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"217"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"219","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:start","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"220"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"221"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"222"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"224","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:declaredType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"225"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"declared type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"226"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"227"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"229","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"230"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"231"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"232"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"234","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"235"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"236"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"237"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"239","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"240"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"241"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"242"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"244","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"245"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"minimum","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"246"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"247"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"249","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"250"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"maximum","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"251"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"252"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"254","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"255"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"256"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"257"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"259","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:derivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"260"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"derivative of (index)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"261"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"262"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"266","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleMultipleSetPerTimeInstant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"267"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can handle multiple set per time instant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"268"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"269"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"ModelExchange inputs only: if false, the input may not appear in an algebraic loop.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"270"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"272","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"273"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"274"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"275"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Continuous-time state (ModelExchange) that can be reinitialized at an event.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"276"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"278","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"279"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"relative quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"280"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"281"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"If true, the displayUnit offset is ignored when converting values.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"282"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"284","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"285"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"286"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"287"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Real variable whose value can grow without bound (e.g. crank angle).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"288"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"290","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"291"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"292"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"293"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: space-separated value references of the clocks this variable is associated with.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"294"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"296","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"297"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"298"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"299"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: variable may be accessed during intermediate update.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"300"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"302","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:previous","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"303"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"previous (value reference)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"304"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"305"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: value reference of the variable holding the previous value of a clocked variable.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"306"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"308","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"309"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"MIME type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"310"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"311"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0 Binary: MIME type of the binary data.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"312"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"314","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"315"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"max size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"316"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"317"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0 Binary: maximum size in bytes.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"318"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"321","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeDeactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"322"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can be deactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"323"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"324"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"326","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"327"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"328"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"329"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"331","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalVariability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"332"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"333"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"334"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"336","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"337"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval (decimal)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"338"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"339"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"341","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"342"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"shift (decimal)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"343"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"344"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"346","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:supportsFraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"347"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"supports fraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"348"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"349"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"351","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"352"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"353"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"354"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"356","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"357"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval counter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"358"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"359"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"361","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"362"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"shift counter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"363"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"364"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"368","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_kg","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"369"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: kg (mass)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"370"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"371"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Exponent of the SI base unit kilogram in this unit.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"372"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"374","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_m","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"375"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: m (length)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"376"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"377"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"379","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_s","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"380"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: s (time)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"381"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"382"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"384","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_A","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"385"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: A (electric current)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"386"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"387"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"389","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_K","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"390"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: K (temperature)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"391"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"392"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"394","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_mol","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"395"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: mol (amount of substance)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"396"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"397"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"399","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_cd","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"400"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: cd (luminous intensity)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"401"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"402"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"404","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_rad","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"405"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: rad (angle)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"406"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"407"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"409","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"410"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"411"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"412"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"414","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"415"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"416"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"417"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"419","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"420"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"421"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"422"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"If true, the display value is computed as factor/value + offset (FMI 3.0 inverse display unit).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"423"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"427","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:baseType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"428"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"base type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"429"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"430"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"434","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:interfaceType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"435"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interface type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"436"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"437"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"ModelExchange, CoSimulation or ScheduledExecution.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"438"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"440","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelIdentifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"441"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model identifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"442"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"443"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"445","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsExecutionTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"446"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"needs execution tool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"447"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"448"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"450","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canGetAndSetFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"451"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can get and set FMU state","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"452"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"453"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"455","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canSerializeFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"456"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can serialize FMU state","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"457"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"458"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"460","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesDirectionalDerivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"461"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides directional derivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"462"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"463"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"465","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleVariableCommunicationStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"466"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can handle variable communication step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"467"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"468"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"470","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxOutputDerivativeOrder","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"471"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"max output derivative order","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"472"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"473"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"477","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:completedIntegratorStepNotNeeded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"478"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"completed integrator step not needed","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"479"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"480"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"482","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeInstantiatedOnlyOncePerProcess","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"483"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can be instantiated only once per process","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"484"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"485"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"487","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canNotUseMemoryManagementFunctions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"488"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"cannot use memory management functions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"489"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"490"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"492","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canInterpolateInputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"493"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can interpolate inputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"494"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"495"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"497","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canRunAsynchronuously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"498"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can run asynchronously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"499"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"500"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 2.0 Co-Simulation capability flag (spelled canRunAsynchronuously in the FMI 2.0 schema).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"501"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"503","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesAdjointDerivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"504"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides adjoint derivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"505"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"506"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"508","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesPerElementDependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"509"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides per-element dependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"510"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"511"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"513","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsCompletedIntegratorStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"514"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"needs completed integrator step","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"515"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"516"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"518","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesEvaluateDiscreteStates","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"519"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides evaluate discrete states","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"520"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"521"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"523","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fixedInternalStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"524"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"fixed internal step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"525"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"526"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"528","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:recommendedIntermediateInputSmoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"529"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"recommended intermediate input smoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"530"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"531"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"533","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"534"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"535"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"536"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"538","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mightReturnEarlyFromDoStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"539"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"might return early from doStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"540"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"541"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"543","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canReturnEarlyAfterIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"544"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can return early after intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"545"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"546"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"548","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasEventMode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"549"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has event mode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"550"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"551"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"555","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"556"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"557"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"558"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"560","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stopTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"561"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"stop time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"562"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"563"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"565","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"566"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"567"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"568"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"570","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"571"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"572"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"573"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"577","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"578"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependency kind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"579"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"580"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependent, constant, fixed, tunable or discrete.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"581"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"583","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:structureKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"584"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model structure kind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"585"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"586"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Which ModelStructure list the dependency was declared in (Output, Derivative, InitialUnknown, ...).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"587"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"589","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyScope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"590"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependency scope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"591"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"592"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Single summary of how this variable declares its ModelStructure dependencies (precedence none > explicit > allKnowns): none = at least one role declares dependencies=\"\" (depends on nothing); explicit = it only declares non-empty dependency lists, captured as fmi:dependsOn relationships; allKnowns = no dependencies attribute, i.e. depends on all knowns by default.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"593"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"597","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"598"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"599"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"600"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Number of array dimensions of the variable (0 = scalar).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"601"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"603","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionStart","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"604"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dimension start (size)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"605"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"606"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Fixed size of an array dimension (Dimension/@start).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"607"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"609","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"610"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"611"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"612"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A start value declared via a Start child element (FMI 3.0 String / Binary variables, one per array element).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"613"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-ontology-classes","line":"617"},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-enumeration-classes","line":"619"}]}]}]},{"N":"co","binds":"","id":"2","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-entity-class","line":"625","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"626","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"627","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}definition","slot":"2","sType":"* ","as":"* ","flags":"","line":"628","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"629","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"629"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"630","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"631","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"632","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"632"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"634","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"635","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}definition","slot":"2","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"635"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"3","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-link-class","line":"640","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"641","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"642","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}endpoints","slot":"2","sType":"* ","as":"* ","flags":"","line":"643","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"644","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"644"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"645","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"646","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"647","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"647"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"649","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"649","C":[{"N":"treat","as":"AS","diag":"0|0||tokenize","C":[{"N":"check","card":"?","diag":"0|0||tokenize","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||tokenize","C":[{"N":"check","card":"?","diag":"0|0||tokenize","C":[{"N":"data","diag":"0|0||tokenize","C":[{"N":"varRef","name":"Q{}endpoints","slot":"2"}]}]}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"650","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"651","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"dot","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"651"},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"co","id":"4","uniform":"true","binds":"2 3","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-ontology-classes","line":"657","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"659","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:FMU","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"660"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMU","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"661"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A Functional Mock-up Unit described by an FMI modelDescription.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"662"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"664","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"665"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"666"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A model variable (FMI 2.0 ScalarVariable or FMI 3.0 typed variable).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"667"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"669","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"670"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"671"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A unit definition with respect to the SI base units.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"672"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"674","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"675"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"676"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A human-readable display variant of a Unit, related to it by factor, offset and (FMI 3.0) inverse.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"677"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"679","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"680"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"681"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A reusable simple type providing default attributes for variables.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"682"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"684","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"685"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"686"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A supported FMI interface type: ModelExchange, CoSimulation or ScheduledExecution.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"687"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"689","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:LogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"690"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Log category","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"691"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A logging category supported by the FMU.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"692"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"694","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"695"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Default experiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"696"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Default simulation settings recommended by the FMU.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"697"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"699","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"700"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"701"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"One array dimension of a variable (FMI 3.0), sized either by a fixed value or by another variable.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"702"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"704","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:VariableAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"705"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Variable alias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"706"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"An alternative name (and optional display unit) for a variable (FMI 3.0 Alias).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"707"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"709","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:StartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"710"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"711"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A start value carried by a Start child element (FMI 3.0 String / Binary variables, one per array element).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"712"}]}]},{"N":"elem","name":"cas:Relationship","sType":"1NE nQ{http://product-information-graph.org}Relationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"716","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"717","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"718","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"depends on"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"719","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A functional dependency declared in ModelStructure: the source variable depends on the target variable."}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"720","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependencyKind"}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"721","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi:structureKind"}]}]}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"725","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependsOn-toSource","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"726"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"depends on (source)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"727"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"728"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"730","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependsOn-toTarget","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"731"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"depends on (target)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"732"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"733"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"735","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasVariable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"736"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"737"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"738"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"740","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"741"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"742"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"743"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"745","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasTypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"746"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"747"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"748"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"750","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasInterface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"751"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"752"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"753"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"755","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasLogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"756"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has log category","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"757"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:LogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"758"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"760","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"761"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has default experiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"762"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"763"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"765","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"766"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"767"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"768"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"770","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"771"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"772"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"773"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"775","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"776"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"777"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"778"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"780","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"781"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"782"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"783"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"785","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"786"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"787"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"788"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"790","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionSizedBy","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"791"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dimension sized by","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"792"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"793"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"795","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"796"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has alias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"797"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:VariableAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"798"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"800","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasStartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"801"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"802"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:StartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"803"}]}]}]}]}]},{"N":"co","id":"5","uniform":"true","binds":"15","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-enumeration-classes","line":"814","expand-text":"false","sType":"*NE ","C":[{"N":"forEach","sType":"*NE ","role":"body","line":"815","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"0","sType":"* ","role":"select","line":"815"},{"N":"let","var":"Q{}enumPos","slot":"0","sType":"*NE ","line":"816","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"816"},{"N":"let","var":"Q{}items","slot":"1","sType":"*NE ","line":"819","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"819","C":[{"N":"choose","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"true"},{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]},{"N":"sequence","sType":"?NE ","C":[{"N":"elem","name":"cas:Enumeration","sType":"1NE nQ{http://product-information-graph.org}Enumeration ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"820","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:enum-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"820"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"821","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"822","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"822","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"824","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"824","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"825","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"826","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"826","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"829","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Enumeration"}]}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"830","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]},{"N":"forEach","sType":"*NE ","line":"831","C":[{"N":"varRef","name":"Q{}items","slot":"1","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"831"},{"N":"let","var":"Q{}vid","slot":"2","sType":"*NE ","line":"832","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"832","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]}]}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]},{"N":"true"},{"N":"fn","name":"string","C":[{"N":"fn","name":"position"}]}]},{"N":"elem","name":"cas:enumeratedValue","sType":"1NE nQ{http://product-information-graph.org}enumeratedValue ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"833","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:enum-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"833"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vid","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"833"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"834","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"835","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"835","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"840","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:hasEnumValue-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"840"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"841","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"842","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"has enumeration value ("}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"844","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"844","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":")"}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"847","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"848","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"848","C":[{"N":"str","val":"fmi:enum-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"6","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-prop","line":"857","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}class","slot":"0","sType":"* ","as":"* ","flags":"","line":"858","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}value","slot":"1","sType":"* ","as":"* ","flags":"","line":"859","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"choose","sType":"? ","line":"860","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"860","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"varRef","name":"Q{}value","slot":"1"}]}]}]}]},{"N":"elem","name":"cas:aProperty","sType":"1NE nQ{http://product-information-graph.org}aProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"861","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}class","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"861"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"value","sType":"1NE nQ{}value ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"862","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"863","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}value","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"863"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"co","binds":"","id":"7","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-target-link","line":"869","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}class","slot":"0","sType":"* ","as":"* ","flags":"","line":"870","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}idRef","slot":"1","sType":"* ","as":"* ","flags":"","line":"871","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"872","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}class","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"872"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"873","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"874","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}idRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"874"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","id":"8","uniform":"true","binds":"20 9 6 12 7 13 16 17 18 19 15","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-instances","line":"882","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"885","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:FMU"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmu"}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"886","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"887","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"887"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"889","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"890","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"890","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"892","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"892","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"893","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"894","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"894","C":[{"N":"docOrder","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"897","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fmiVersion","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"898"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}fmiVersion","C":[{"N":"docOrder","sType":"*NA nQ{}fmiVersion","role":"select","line":"899","C":[{"N":"docOrder","sType":"*NA nQ{}fmiVersion","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fmiVersion"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"901","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:guid","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"902"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","role":"select","line":"903","C":[{"N":"choose","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}guid"}]}]},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}guid"}]}]},{"N":"true"},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}instantiationToken"}]}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"905","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelName","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"906"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}modelName","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"907","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"909","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"910"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}author","C":[{"N":"docOrder","sType":"*NA nQ{}author","role":"select","line":"911","C":[{"N":"docOrder","sType":"*NA nQ{}author","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}author"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"913","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"914"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}version","C":[{"N":"docOrder","sType":"*NA nQ{}version","role":"select","line":"915","C":[{"N":"docOrder","sType":"*NA nQ{}version","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}version"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"917","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"918"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}copyright","C":[{"N":"docOrder","sType":"*NA nQ{}copyright","role":"select","line":"919","C":[{"N":"docOrder","sType":"*NA nQ{}copyright","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}copyright"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"921","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"922"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}license","C":[{"N":"docOrder","sType":"*NA nQ{}license","role":"select","line":"923","C":[{"N":"docOrder","sType":"*NA nQ{}license","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}license"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"925","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"926"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}generationTool","C":[{"N":"docOrder","sType":"*NA nQ{}generationTool","role":"select","line":"927","C":[{"N":"docOrder","sType":"*NA nQ{}generationTool","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationTool"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"929","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationDateAndTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"930"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}generationDateAndTime","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","role":"select","line":"931","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"933","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableNamingConvention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"934"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}variableNamingConvention","C":[{"N":"docOrder","sType":"*NA nQ{}variableNamingConvention","role":"select","line":"935","C":[{"N":"docOrder","sType":"*NA nQ{}variableNamingConvention","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}variableNamingConvention"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"937","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:numberOfEventIndicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"938"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}numberOfEventIndicators","C":[{"N":"docOrder","sType":"*NA nQ{}numberOfEventIndicators","role":"select","line":"939","C":[{"N":"docOrder","sType":"*NA nQ{}numberOfEventIndicators","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}numberOfEventIndicators"}]}]}]}]}]},{"N":"forEach","sType":"* ","line":"942","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3","sType":"*NE","role":"select","line":"942"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"943","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasVariable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"944"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"945","C":[{"N":"str","val":"var-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"948","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5","sType":"*NE","role":"select","line":"948"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"949","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"950"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"951","C":[{"N":"str","val":"unit-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"954","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6","sType":"* ","role":"select","line":"954"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"955","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasTypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"956"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"957","C":[{"N":"str","val":"type-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"960","C":[{"N":"gVarRef","name":"Q{}interfaces","bSlot":"7","sType":"*NE","role":"select","line":"960"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"961","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasInterface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"962"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"963","C":[{"N":"str","val":"if-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"966","C":[{"N":"gVarRef","name":"Q{}logcats","bSlot":"8","sType":"*NE","role":"select","line":"966"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"967","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasLogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"968"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"969","C":[{"N":"str","val":"logcat-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"choose","sType":"* ","line":"972","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9","sType":"*NE","line":"972"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"973","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"974"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"str","val":"defaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"975"}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]},{"N":"forEach","sType":"*NE ","line":"981","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3","sType":"*NE","role":"select","line":"981"},{"N":"let","var":"Q{}isScalar","slot":"0","sType":"*NE ","line":"982","C":[{"N":"compareToString","op":"eq","val":"ScalarVariable","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"982","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}typed","slot":"1","sType":"*NE ","line":"983","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"983","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"Real"},{"N":"str","val":"Integer"},{"N":"str","val":"Boolean"},{"N":"str","val":"String"},{"N":"str","val":"Enumeration"}]}]}]},{"N":"let","var":"Q{}attrNode","slot":"2","sType":"*NE ","line":"984","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"984","C":[{"N":"varRef","name":"Q{}isScalar","slot":"0"},{"N":"varRef","name":"Q{}typed","slot":"1"},{"N":"true"},{"N":"dot"}]},{"N":"let","var":"Q{}dataType","slot":"3","sType":"*NE ","line":"985","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"985","C":[{"N":"varRef","name":"Q{}isScalar","slot":"0"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}typed","slot":"1"}]}]}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}unitName","slot":"4","sType":"*NE ","line":"986","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"986","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]},{"N":"let","var":"Q{}unitPos","slot":"5","sType":"*NE ","line":"987","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"987","C":[{"N":"for","name":"Q{}i","slot":"17","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}i","slot":"17"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}unitName","slot":"4"}]}]},{"N":"varRef","name":"Q{}i","slot":"17"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}typeName","slot":"6","sType":"*NE ","line":"988","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"988","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}declaredType"}]}]}]}]},{"N":"let","var":"Q{}typePos","slot":"7","sType":"*NE ","line":"989","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"989","C":[{"N":"for","name":"Q{}i","slot":"19","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6"},{"N":"varRef","name":"Q{}i","slot":"19"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"19"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}enumPos","slot":"8","sType":"*NE ","line":"990","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"990","C":[{"N":"for","name":"Q{}i","slot":"20","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"},{"N":"varRef","name":"Q{}i","slot":"20"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"20"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}startVal","slot":"9","sType":"*NE ","line":"991","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"991","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start"}]}]}]}]},{"N":"let","var":"Q{}duName","slot":"10","sType":"*NE ","line":"992","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"992","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]},{"N":"let","var":"Q{}duPos","slot":"11","sType":"*NE ","line":"996","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"996","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"first","C":[{"N":"for","name":"Q{}j","slot":"23","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"subscript","flags":"p","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"varRef","name":"Q{}j","slot":"23"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}duName","slot":"10"}]}]},{"N":"varRef","name":"Q{}j","slot":"23"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"let","var":"Q{}vp","slot":"12","sType":"*NE ","line":"998","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"998"},{"N":"let","var":"Q{}vVR","slot":"13","sType":"*NE ","line":"999","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"999","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"let","var":"Q{}dims","slot":"14","sType":"*NE ","line":"1000","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1000","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Dimension","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}aliases","slot":"15","sType":"*NE ","line":"1001","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1001","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Alias","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}startEls","slot":"16","sType":"*NE ","line":"1002","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1002","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Start","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}msRefs","slot":"17","sType":"*NE ","line":"1010","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1010","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelStructure","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"or","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"vc","op":"eq","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]}]}]},{"N":"and","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"},{"N":"fn","name":"not","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}vVR","slot":"13"}]}]}]}]}]}]}]}]},{"N":"let","var":"Q{}depScope","slot":"18","sType":"*NE ","line":"1015","C":[{"N":"choose","sType":"?AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1015","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"},{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToString","op":"eq","val":"","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"str","val":"none"},{"N":"true"},{"N":"choose","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"},{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToString","op":"ne","val":"","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"str","val":"explicit"},{"N":"true"},{"N":"choose","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"}]},{"N":"str","val":"allKnowns"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1017","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Variable"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"var-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1017"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1018","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1019","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1019"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1021","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1022","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1022"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1024","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1024","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1025","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1026","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}description","name":"attribute","nodeTest":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1026"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1029","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1030"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}valueReference","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference","sType":"*NA nQ{}valueReference","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1031"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1033","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1034"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}causality","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}causality","sType":"*NA nQ{}causality","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1035"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1037","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1038"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}variability","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}variability","sType":"*NA nQ{}variability","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1039"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1041","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1042"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}initial","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}initial","sType":"*NA nQ{}initial","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1043"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1045","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dataType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1046"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}dataType","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1047"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1049","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:start","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1050"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}start","C":[{"N":"docOrder","sType":"*NA nQ{}start","role":"select","line":"1051","C":[{"N":"docOrder","sType":"*NA nQ{}start","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1053","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:declaredType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1054"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}declaredType","C":[{"N":"docOrder","sType":"*NA nQ{}declaredType","role":"select","line":"1055","C":[{"N":"docOrder","sType":"*NA nQ{}declaredType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}declaredType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1057","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1058"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unit","C":[{"N":"docOrder","sType":"*NA nQ{}unit","role":"select","line":"1059","C":[{"N":"docOrder","sType":"*NA nQ{}unit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1061","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1062"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1063","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1065","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1066"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}quantity","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","role":"select","line":"1067","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}quantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1069","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1070"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}min","C":[{"N":"docOrder","sType":"*NA nQ{}min","role":"select","line":"1071","C":[{"N":"docOrder","sType":"*NA nQ{}min","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}min"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1073","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1074"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}max","C":[{"N":"docOrder","sType":"*NA nQ{}max","role":"select","line":"1075","C":[{"N":"docOrder","sType":"*NA nQ{}max","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}max"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1077","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1078"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}nominal","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","role":"select","line":"1079","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}nominal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1081","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:derivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1082"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}derivative","C":[{"N":"docOrder","sType":"*NA nQ{}derivative","role":"select","line":"1083","C":[{"N":"docOrder","sType":"*NA nQ{}derivative","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}derivative"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1085","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleMultipleSetPerTimeInstant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1086"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canHandleMultipleSetPerTimeInstant","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canHandleMultipleSetPerTimeInstant","sType":"*NA nQ{}canHandleMultipleSetPerTimeInstant","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1087"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1089","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1090"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}clocks","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}clocks","sType":"*NA nQ{}clocks","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1091"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1093","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1094"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intermediateUpdate","sType":"*NA nQ{}intermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1095"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1097","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:previous","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1098"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}previous","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}previous","sType":"*NA nQ{}previous","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1099"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1101","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1102"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}reinit","C":[{"N":"docOrder","sType":"*NA nQ{}reinit","role":"select","line":"1103","C":[{"N":"docOrder","sType":"*NA nQ{}reinit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}reinit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1105","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1106"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}relativeQuantity","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","role":"select","line":"1107","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}relativeQuantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1109","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1110"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unbounded","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","role":"select","line":"1111","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unbounded"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1113","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1114"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mimeType","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","role":"select","line":"1115","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mimeType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1117","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1118"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxSize","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","role":"select","line":"1119","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxSize"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1121","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeDeactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1122"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canBeDeactivated","C":[{"N":"docOrder","sType":"*NA nQ{}canBeDeactivated","role":"select","line":"1123","C":[{"N":"docOrder","sType":"*NA nQ{}canBeDeactivated","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canBeDeactivated"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1125","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1126"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}priority","C":[{"N":"docOrder","sType":"*NA nQ{}priority","role":"select","line":"1127","C":[{"N":"docOrder","sType":"*NA nQ{}priority","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}priority"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1129","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalVariability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1130"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalVariability","C":[{"N":"docOrder","sType":"*NA nQ{}intervalVariability","role":"select","line":"1131","C":[{"N":"docOrder","sType":"*NA nQ{}intervalVariability","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalVariability"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1133","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1134"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalDecimal","C":[{"N":"docOrder","sType":"*NA nQ{}intervalDecimal","role":"select","line":"1135","C":[{"N":"docOrder","sType":"*NA nQ{}intervalDecimal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalDecimal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1137","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1138"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}shiftDecimal","C":[{"N":"docOrder","sType":"*NA nQ{}shiftDecimal","role":"select","line":"1139","C":[{"N":"docOrder","sType":"*NA nQ{}shiftDecimal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}shiftDecimal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1141","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:supportsFraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1142"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}supportsFraction","C":[{"N":"docOrder","sType":"*NA nQ{}supportsFraction","role":"select","line":"1143","C":[{"N":"docOrder","sType":"*NA nQ{}supportsFraction","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}supportsFraction"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1145","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1146"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}resolution","C":[{"N":"docOrder","sType":"*NA nQ{}resolution","role":"select","line":"1147","C":[{"N":"docOrder","sType":"*NA nQ{}resolution","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}resolution"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1149","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1150"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalCounter","C":[{"N":"docOrder","sType":"*NA nQ{}intervalCounter","role":"select","line":"1151","C":[{"N":"docOrder","sType":"*NA nQ{}intervalCounter","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalCounter"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1153","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1154"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}shiftCounter","C":[{"N":"docOrder","sType":"*NA nQ{}shiftCounter","role":"select","line":"1155","C":[{"N":"docOrder","sType":"*NA nQ{}shiftCounter","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}shiftCounter"}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1157","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1157","C":[{"N":"fn","name":"count","C":[{"N":"varRef","name":"Q{}dims","slot":"14"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1158","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1159"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1ADI","C":[{"N":"fn","name":"count","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1160","C":[{"N":"varRef","name":"Q{}dims","slot":"14"}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1163","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyScope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1164"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}depScope","slot":"18","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1165"}]}]},{"N":"choose","sType":"* ","line":"1167","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1167","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}unitName","slot":"4"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1168","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1169"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1170","C":[{"N":"str","val":"unit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1173","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1173","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}typePos","slot":"7"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1174","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1175"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1176","C":[{"N":"str","val":"type-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}typePos","slot":"7"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1179","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1179","C":[{"N":"and","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}duName","slot":"10"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}duPos","slot":"11"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1180","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1181"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1182","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}duPos","slot":"11"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1185","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1185","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]}]}]}]}]},{"N":"let","var":"Q{}enumNode","slot":"19","sType":"* ","line":"1186","C":[{"N":"filter","flags":"i","sType":"* ","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1186","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"},{"N":"varRef","name":"Q{}enumPos","slot":"8"}]},{"N":"let","var":"Q{}enumItems","slot":"20","sType":"* ","line":"1189","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1189","C":[{"N":"choose","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]}]}]}]},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]},{"N":"true"},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1190","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1190","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}enumItems","slot":"20"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1191","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1192","C":[{"N":"str","val":"fmi:hasEnumValue-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]}]}]}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1193","C":[{"N":"str","val":"fmi:enum-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"* ","line":"1198","C":[{"N":"varRef","name":"Q{}dims","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1198"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1199","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1200"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1201","C":[{"N":"str","val":"dim-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"1204","C":[{"N":"varRef","name":"Q{}aliases","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1204"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1205","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1206"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1207","C":[{"N":"str","val":"alias-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"1210","C":[{"N":"varRef","name":"Q{}startEls","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1210"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1211","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasStartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1212"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1213","C":[{"N":"str","val":"start-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1219","C":[{"N":"varRef","name":"Q{}dims","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1219"},{"N":"let","var":"Q{}dimSizeVR","slot":"19","sType":"*NE ","line":"1220","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1220","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"let","var":"Q{}dimVarPos","slot":"20","sType":"*NE ","line":"1223","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1223","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}dimSizeVR","slot":"19"}]}]}]}]}]}]}]},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"32","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"32"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}dimSizeVR","slot":"19"}]}]},{"N":"varRef","name":"Q{}i","slot":"32"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1224","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Dimension"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"dim-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1224"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1224"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1225","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1226","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1226"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1228","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1229","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1229","C":[{"N":"str","val":"Dimension "},{"N":"fn","name":"position"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1231","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionStart","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1232"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}start","C":[{"N":"docOrder","sType":"*NA nQ{}start","role":"select","line":"1233","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}start","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start","sType":"*NA nQ{}start","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1235","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1236"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}valueReference","C":[{"N":"docOrder","sType":"*NA nQ{}valueReference","role":"select","line":"1237","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}valueReference","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference","sType":"*NA nQ{}valueReference","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"choose","sType":"* ","line":"1239","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1239","C":[{"N":"varRef","name":"Q{}dimVarPos","slot":"20"}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1240","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionSizedBy","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1241"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1242","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}dimVarPos","slot":"20"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1249","C":[{"N":"varRef","name":"Q{}aliases","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1249"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1250","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:VariableAlias"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"alias-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1250"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1250"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1251","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1252","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1252"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1254","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1255","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1255","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1257","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1257","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1258","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1259","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"1259","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1262","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1263"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1264","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}displayUnit","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1270","C":[{"N":"varRef","name":"Q{}startEls","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1270"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1271","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:StartValue"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"start-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1271"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1271"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1272","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1273","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1273"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1275","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1276","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1276","C":[{"N":"str","val":"Start "},{"N":"fn","name":"position"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1278","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1279"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}value","C":[{"N":"docOrder","sType":"*NA nQ{}value","role":"select","line":"1280","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}value","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value","sType":"*NA nQ{}value","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1287","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5","sType":"*NE","role":"select","line":"1287"},{"N":"let","var":"Q{}unitPos","slot":"0","sType":"*NE ","line":"1288","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1288"},{"N":"let","var":"Q{}bu","slot":"1","sType":"*NE ","line":"1289","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1289","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"BaseUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}dus","slot":"2","sType":"*NE ","line":"1290","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1290","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1291","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Unit"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"unit-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1291"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1292","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1293","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1293"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1295","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1296","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1296"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"* ","line":"1299","C":[{"N":"docOrder","sType":"*NA","role":"select","line":"1299","C":[{"N":"docOrder","sType":"*NA","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"attribute","nodeTest":"*NA"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"kg"},{"N":"str","val":"m"},{"N":"str","val":"s"},{"N":"str","val":"A"},{"N":"str","val":"K"},{"N":"str","val":"mol"},{"N":"str","val":"cd"},{"N":"str","val":"rad"}]}]}]},{"N":"gc","op":"!=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"atomSing","diag":"1|0||gc","card":"?","C":[{"N":"dot"}]},{"N":"str","val":"0"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1300","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1301","C":[{"N":"str","val":"fmi:exp_"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1NA","C":[{"N":"dot","sType":"1NA","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1302"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1305","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1306"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}factor","C":[{"N":"docOrder","sType":"*NA nQ{}factor","role":"select","line":"1307","C":[{"N":"docOrder","sType":"*NA nQ{}factor","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}factor"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1309","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1310"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}offset","C":[{"N":"docOrder","sType":"*NA nQ{}offset","role":"select","line":"1311","C":[{"N":"docOrder","sType":"*NA nQ{}offset","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}offset"}]}]}]}]}]},{"N":"forEach","sType":"* ","line":"1314","C":[{"N":"varRef","name":"Q{}dus","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1314"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1315","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1316"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1317","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1322","C":[{"N":"varRef","name":"Q{}dus","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1322"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1323","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:DisplayUnit"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"displayunit-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1323"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1323"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1324","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1325","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1325"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1327","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1328","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1328","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1330","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1331"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}factor","C":[{"N":"docOrder","sType":"*NA nQ{}factor","role":"select","line":"1332","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}factor","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}factor","sType":"*NA nQ{}factor","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1334","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1335"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}offset","C":[{"N":"docOrder","sType":"*NA nQ{}offset","role":"select","line":"1336","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}offset","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}offset","sType":"*NA nQ{}offset","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1338","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1339"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}inverse","C":[{"N":"docOrder","sType":"*NA nQ{}inverse","role":"select","line":"1340","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}inverse","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}inverse","sType":"*NA nQ{}inverse","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1347","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6","sType":"* ","role":"select","line":"1347"},{"N":"let","var":"Q{}isSimple","slot":"0","sType":"*NE ","line":"1348","C":[{"N":"compareToString","op":"eq","val":"SimpleType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1348","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"let","var":"Q{}typedT","slot":"1","sType":"*NE ","line":"1349","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1349","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"Real"},{"N":"str","val":"Integer"},{"N":"str","val":"Boolean"},{"N":"str","val":"String"},{"N":"str","val":"Enumeration"}]}]}]},{"N":"let","var":"Q{}tAttr","slot":"2","sType":"*NE ","line":"1350","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1350","C":[{"N":"varRef","name":"Q{}isSimple","slot":"0"},{"N":"varRef","name":"Q{}typedT","slot":"1"},{"N":"true"},{"N":"dot"}]},{"N":"let","var":"Q{}baseType","slot":"3","sType":"*NE ","line":"1351","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1351","C":[{"N":"varRef","name":"Q{}isSimple","slot":"0"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}typedT","slot":"1"}]}]}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"let","var":"Q{}tUnitName","slot":"4","sType":"*NE ","line":"1352","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1352","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]},{"N":"let","var":"Q{}tUnitPos","slot":"5","sType":"*NE ","line":"1353","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1353","C":[{"N":"for","name":"Q{}i","slot":"17","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}i","slot":"17"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tUnitName","slot":"4"}]}]},{"N":"varRef","name":"Q{}i","slot":"17"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}tDuName","slot":"6","sType":"*NE ","line":"1354","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1354","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]},{"N":"let","var":"Q{}tDuPos","slot":"7","sType":"*NE ","line":"1358","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1358","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"first","C":[{"N":"for","name":"Q{}j","slot":"19","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"subscript","flags":"p","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"varRef","name":"Q{}j","slot":"19"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tDuName","slot":"6"}]}]},{"N":"varRef","name":"Q{}j","slot":"19"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1359","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:TypeDefinition"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"type-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1359"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1360","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1361","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1361"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1363","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1364","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1364","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1366","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1366","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1367","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1368","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"1368","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1371","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:baseType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1372"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}baseType","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1373"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1375","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1376"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}quantity","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","role":"select","line":"1377","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}quantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1379","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1380"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unit","C":[{"N":"docOrder","sType":"*NA nQ{}unit","role":"select","line":"1381","C":[{"N":"docOrder","sType":"*NA nQ{}unit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1383","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1384"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1385","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1387","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1388"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}min","C":[{"N":"docOrder","sType":"*NA nQ{}min","role":"select","line":"1389","C":[{"N":"docOrder","sType":"*NA nQ{}min","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}min"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1391","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1392"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}max","C":[{"N":"docOrder","sType":"*NA nQ{}max","role":"select","line":"1393","C":[{"N":"docOrder","sType":"*NA nQ{}max","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}max"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1395","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1396"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}nominal","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","role":"select","line":"1397","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}nominal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1399","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1400"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}relativeQuantity","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","role":"select","line":"1401","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}relativeQuantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1403","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1404"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unbounded","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","role":"select","line":"1405","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unbounded"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1407","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1408"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mimeType","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","role":"select","line":"1409","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mimeType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1411","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1412"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxSize","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","role":"select","line":"1413","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxSize"}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1417","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1417","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tUnitName","slot":"4"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1418","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1419"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1420","C":[{"N":"str","val":"unit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1423","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1423","C":[{"N":"and","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tDuName","slot":"6"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tDuPos","slot":"7"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1424","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1425"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1426","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}tDuPos","slot":"7"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1433","C":[{"N":"gVarRef","name":"Q{}interfaces","bSlot":"7","sType":"*NE","role":"select","line":"1433"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1434","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Interface"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"if-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1434"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1435","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1436","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1436"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1438","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1439","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"local-name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1439","C":[{"N":"dot"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1441","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:interfaceType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1442"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1AS","C":[{"N":"fn","name":"local-name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1443","C":[{"N":"dot"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1445","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelIdentifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1446"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}modelIdentifier","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelIdentifier","sType":"*NA nQ{}modelIdentifier","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1447"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1449","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsExecutionTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1450"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}needsExecutionTool","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}needsExecutionTool","sType":"*NA nQ{}needsExecutionTool","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1451"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1453","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canGetAndSetFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1454"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","role":"select","line":"1455","C":[{"N":"choose","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUState"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUState"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUstate"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1457","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canSerializeFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1458"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","role":"select","line":"1459","C":[{"N":"choose","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUState"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUState"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUstate"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1461","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesDirectionalDerivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1462"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","role":"select","line":"1463","C":[{"N":"choose","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivative"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivative"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivatives"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1465","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleVariableCommunicationStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1466"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canHandleVariableCommunicationStepSize","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canHandleVariableCommunicationStepSize","sType":"*NA nQ{}canHandleVariableCommunicationStepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1467"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1469","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxOutputDerivativeOrder","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1470"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxOutputDerivativeOrder","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxOutputDerivativeOrder","sType":"*NA nQ{}maxOutputDerivativeOrder","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1471"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1473","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:completedIntegratorStepNotNeeded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1474"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}completedIntegratorStepNotNeeded","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}completedIntegratorStepNotNeeded","sType":"*NA nQ{}completedIntegratorStepNotNeeded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1475"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1477","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeInstantiatedOnlyOncePerProcess","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1478"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","sType":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1479"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1481","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canNotUseMemoryManagementFunctions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1482"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canNotUseMemoryManagementFunctions","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canNotUseMemoryManagementFunctions","sType":"*NA nQ{}canNotUseMemoryManagementFunctions","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1483"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1485","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canInterpolateInputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1486"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canInterpolateInputs","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canInterpolateInputs","sType":"*NA nQ{}canInterpolateInputs","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1487"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1489","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canRunAsynchronuously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1490"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canRunAsynchronuously","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canRunAsynchronuously","sType":"*NA nQ{}canRunAsynchronuously","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1491"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1493","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesAdjointDerivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1494"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesAdjointDerivatives","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesAdjointDerivatives","sType":"*NA nQ{}providesAdjointDerivatives","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1495"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1497","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesPerElementDependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1498"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesPerElementDependencies","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesPerElementDependencies","sType":"*NA nQ{}providesPerElementDependencies","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1499"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1501","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsCompletedIntegratorStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1502"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}needsCompletedIntegratorStep","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}needsCompletedIntegratorStep","sType":"*NA nQ{}needsCompletedIntegratorStep","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1503"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1505","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesEvaluateDiscreteStates","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1506"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesEvaluateDiscreteStates","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesEvaluateDiscreteStates","sType":"*NA nQ{}providesEvaluateDiscreteStates","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1507"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1509","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fixedInternalStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1510"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}fixedInternalStepSize","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fixedInternalStepSize","sType":"*NA nQ{}fixedInternalStepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1511"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1513","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:recommendedIntermediateInputSmoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1514"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}recommendedIntermediateInputSmoothness","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}recommendedIntermediateInputSmoothness","sType":"*NA nQ{}recommendedIntermediateInputSmoothness","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1515"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1517","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1518"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesIntermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesIntermediateUpdate","sType":"*NA nQ{}providesIntermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1519"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1521","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mightReturnEarlyFromDoStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1522"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mightReturnEarlyFromDoStep","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mightReturnEarlyFromDoStep","sType":"*NA nQ{}mightReturnEarlyFromDoStep","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1523"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1525","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canReturnEarlyAfterIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1526"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","sType":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1527"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1529","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasEventMode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1530"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}hasEventMode","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}hasEventMode","sType":"*NA nQ{}hasEventMode","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1531"}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1537","C":[{"N":"gVarRef","name":"Q{}logcats","bSlot":"8","sType":"*NE","role":"select","line":"1537"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1538","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:LogCategory"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"logcat-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1538"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1539","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1540","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1540"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1542","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1543","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1543"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1545","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1545","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1546","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1547","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}description","name":"attribute","nodeTest":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1547"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"choose","sType":"? ","line":"1554","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9","sType":"*NE","line":"1554"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1555","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:DefaultExperiment"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"defaultExperiment"}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1556","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1557","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1557"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1559","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Default Experiment"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1560","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1561"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}startTime","C":[{"N":"docOrder","sType":"*NA nQ{}startTime","role":"select","line":"1562","C":[{"N":"docOrder","sType":"*NA nQ{}startTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}startTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1564","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stopTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1565"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}stopTime","C":[{"N":"docOrder","sType":"*NA nQ{}stopTime","role":"select","line":"1566","C":[{"N":"docOrder","sType":"*NA nQ{}stopTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}stopTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1568","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1569"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}tolerance","C":[{"N":"docOrder","sType":"*NA nQ{}tolerance","role":"select","line":"1570","C":[{"N":"docOrder","sType":"*NA nQ{}tolerance","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}tolerance"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1572","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1573"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}stepSize","C":[{"N":"docOrder","sType":"*NA nQ{}stepSize","role":"select","line":"1574","C":[{"N":"docOrder","sType":"*NA nQ{}stepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}stepSize"}]}]}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"* ","line":"1580","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1580","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelStructure","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]}]}]},{"N":"let","var":"Q{}uPos","slot":"0","sType":"* ","line":"1581","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1581"},{"N":"let","var":"Q{}ownerIsVR","slot":"1","sType":"* ","line":"1582","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1582","C":[{"N":"fn","name":"boolean","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]},{"N":"fn","name":"not","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"let","var":"Q{}ownerPos","slot":"2","sType":"* ","line":"1585","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1585","C":[{"N":"varRef","name":"Q{}ownerIsVR","slot":"1"},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"14","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"vc","op":"eq","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"14"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"varRef","name":"Q{}i","slot":"14"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"cast","flags":"ae","as":"ADI","C":[{"N":"check","card":"?","diag":"0|0||xs:integer","C":[{"N":"attVal","name":"Q{}index"}]}]}]},{"N":"let","var":"Q{}structureKind","slot":"3","sType":"* ","line":"1586","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1586","C":[{"N":"compareToString","op":"eq","val":"Unknown","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"fn","name":"local-name","C":[{"N":"axis","name":"parent","nodeTest":"?N"}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}depTokens","slot":"4","sType":"* ","line":"1587","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1587","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"let","var":"Q{}kindTokens","slot":"5","sType":"* ","line":"1588","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1588","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependenciesKind"}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"choose","sType":"* ","line":"1589","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1589","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]}]},{"N":"forEach","sType":"* ","line":"1590","C":[{"N":"varRef","name":"Q{}depTokens","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1590"},{"N":"let","var":"Q{}tok","slot":"6","sType":"* ","line":"1591","C":[{"N":"dot","sType":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1591"},{"N":"let","var":"Q{}depIdx","slot":"7","sType":"* ","line":"1592","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1592"},{"N":"choose","sType":"* ","line":"1593","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1593","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]}]}]}]}]}]},{"N":"let","var":"Q{}depPos","slot":"8","sType":"* ","line":"1596","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1596","C":[{"N":"varRef","name":"Q{}ownerIsVR","slot":"1"},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"20","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"20"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"20"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"cast","flags":"ae","as":"ADI","C":[{"N":"check","card":"?","diag":"0|0||xs:integer","C":[{"N":"data","diag":"0|0||xs:integer","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]}]}]},{"N":"choose","sType":"? ","line":"1597","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1597","C":[{"N":"varRef","name":"Q{}depPos","slot":"8"}]},{"N":"elem","name":"cas:aRelationship","sType":"1NE nQ{http://product-information-graph.org}aRelationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1598","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"dep-u"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}uPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1598"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}depIdx","slot":"7","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1598"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1599","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1600","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1600"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1602","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1603","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1603","C":[{"N":"docOrder","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":" depends on "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"1605","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1605","C":[{"N":"docOrder","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}depPos","slot":"8"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1607","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1608"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"filter","flags":"i","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1609","C":[{"N":"varRef","name":"Q{}kindTokens","slot":"5"},{"N":"varRef","name":"Q{}depIdx","slot":"7"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1611","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:structureKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1612"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}structureKind","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1613"}]}]},{"N":"elem","name":"cas:aSourceLink","sType":"1NE nQ{http://product-information-graph.org}aSourceLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1615","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn-toSource"}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1616","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1617","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1617","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1620","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn-toTarget"}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1621","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1622","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1622","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}depPos","slot":"8"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"9","vis":"PUBLIC","ex:uniform":"true","C":[{"N":"globalVariable","name":"Q{}md","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"31","C":[{"N":"slash","role":"select","simple":"1","sType":"*NE","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"root"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"fmiModelDescription","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"10","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}fmiVersion","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"1AS","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"32","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fmiVersion"}]}]}]}]}]}]},{"N":"co","id":"11","vis":"PUBLIC","ex:uniform":"true","binds":"10","C":[{"N":"globalVariable","name":"Q{}isFmi3","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"1AB","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"fn","name":"starts-with","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"33","C":[{"N":"gVarRef","name":"Q{}fmiVersion","bSlot":"0"},{"N":"str","val":"3"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]},{"N":"co","id":"12","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}vars","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"36","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelVariables","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"child","nodeTest":"*NE"}]}]}]}]}]},{"N":"co","id":"13","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}units","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"38","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"UnitDefinitions","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Unit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"14","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}types","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"39","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"TypeDefinitions","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"child","nodeTest":"*NE"}]}]}]}]}]},{"N":"co","id":"15","vis":"PUBLIC","ex:uniform":"true","binds":"14","C":[{"N":"globalVariable","name":"Q{}enumTypes","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"43","C":[{"N":"gVarRef","name":"Q{}types","bSlot":"0"},{"N":"or","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"co","id":"16","vis":"PUBLIC","ex:uniform":"true","binds":"14","C":[{"N":"globalVariable","name":"Q{}plainTypes","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"44","C":[{"N":"gVarRef","name":"Q{}types","bSlot":"0"},{"N":"and","C":[{"N":"fn","name":"not","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"fn","name":"not","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"17","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}interfaces","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"46","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"or","C":[{"N":"compareToString","op":"eq","val":"ModelExchange","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"compareToString","op":"eq","val":"CoSimulation","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"compareToString","op":"eq","val":"ScheduledExecution","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]}]},{"N":"co","id":"18","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}logcats","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"47","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"LogCategories","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Category","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"19","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}experiment","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"48","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DefaultExperiment","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"20","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}modified","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"?ND ","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"?NT ","type":"item()*","line":"53","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"54","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"55","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","role":"select","line":"55","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"1970-01-01T00:00:00Z"}]}]}]}]}]},{"N":"co","id":"21","binds":"9 10 20 1 8","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"0","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","line":"66","module":"FMI-to-CAS.xsl","expand-text":"false","match":"/","prio":"-0.5","matches":"ND","C":[{"N":"p.nodeTest","role":"match","test":"ND","sType":"1ND","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "},{"N":"elem","name":"cas:aPackage","sType":"1NE nQ{http://product-information-graph.org}aPackage ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","role":"action","line":"67","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Package"}]},{"N":"att","name":"id","sType":"1NA ","line":"68","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi-package"}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"71","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"72","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"73","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]}]}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"FMU: "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"75","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"75","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Imported FMU"}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"82","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"83","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"84","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"85","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"85","C":[{"N":"docOrder","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Functional Mock-up Interface model (FMI "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"89","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"gVarRef","name":"Q{}fmiVersion","bSlot":"1","sType":"1AS","role":"select","line":"89"},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":")"}]}]}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"94","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"95","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"2","role":"select","line":"95"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"graph","sType":"1NE nQ{}graph ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"97","C":[{"N":"sequence","sType":"* ","C":[{"N":"callT","bSlot":"3","sType":"* ","name":"Q{}emit-ontology","line":"98"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-instances","line":"99"}]}]}]}]}]}]}]},{"N":"overridden"},{"N":"output","C":[{"N":"property","name":"Q{http://saxon.sf.net/}stylesheet-version","value":"20"},{"N":"property","name":"method","value":"xml"},{"N":"property","name":"encoding","value":"UTF-8"},{"N":"property","name":"indent","value":"yes"},{"N":"property","name":"standalone","value":"yes"}]},{"N":"decimalFormat"}],"Σ":"ce5eb48c"}
\ No newline at end of file
+{"N":"package","version":"20","packageVersion":"1","saxonVersion":"SaxonJS 2.7","target":"JS","targetVersion":"2","name":"TOP-LEVEL","relocatable":"false","buildDateTime":"2026-07-21T07:32:19.432+02:00","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","C":[{"N":"co","binds":"","id":"0","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-property-class","line":"107","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"108","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"109","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}datatype","slot":"2","sType":"* ","as":"* ","flags":"","line":"110","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"param","name":"Q{}definition","slot":"3","sType":"* ","as":"* ","flags":"","line":"111","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"3","sType":"* "}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"112","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"112"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"113","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Property"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"114","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"115","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"115"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"117","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"117","C":[{"N":"varRef","name":"Q{}definition","slot":"3"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}definition","slot":"3"}]}]}]}]}]}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"118","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"119","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}definition","slot":"3","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"119"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"122","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"123","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}datatype","slot":"2","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"123"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","id":"1","uniform":"true","binds":"0 4 5","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-ontology","line":"128","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"130","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fmiVersion","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"131"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"132"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"133"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"The version of the FMI standard the FMU conforms to.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"134"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"136","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:guid","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"137"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"GUID / instantiation token","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"138"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"139"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Fingerprint (FMI 2.0 guid / FMI 3.0 instantiationToken) verifying that the model description and the binary match.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"140"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"142","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelName","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"143"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"144"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"145"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"147","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"148"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"149"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"150"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"152","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"153"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMU version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"154"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"155"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"157","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"158"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"159"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"160"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"162","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"163"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"164"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"165"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"167","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"168"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"generation tool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"169"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"170"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"172","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationDateAndTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"173"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"generation date and time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"174"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:dateTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"175"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"177","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableNamingConvention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"178"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable naming convention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"179"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"180"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"182","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:numberOfEventIndicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"183"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"number of event indicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"184"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"185"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"189","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"190"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"value reference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"191"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"192"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Handle used to identify the variable value in FMI function calls.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"193"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"195","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"196"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"197"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"198"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"parameter, calculatedParameter, input, output, local, independent or structuralParameter.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"199"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"201","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"202"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"203"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"204"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"constant, fixed, tunable, discrete or continuous.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"205"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"207","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"208"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"209"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"210"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"exact, approx or calculated.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"211"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"213","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dataType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"214"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"data type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"215"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"216"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI base data type, e.g. Real/Integer/Boolean/String/Enumeration (FMI 2.0) or Float64/Int32/... (FMI 3.0).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"217"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"219","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:start","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"220"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"221"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"222"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"224","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:declaredType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"225"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"declared type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"226"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"227"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"229","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"230"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"231"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"232"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"234","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"235"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"236"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"237"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"239","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"240"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"241"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"242"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"244","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"245"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"minimum","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"246"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"247"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"249","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"250"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"maximum","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"251"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"252"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"254","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"255"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"256"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"257"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"259","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:derivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"260"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"derivative of (index)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"261"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"262"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"266","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleMultipleSetPerTimeInstant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"267"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can handle multiple set per time instant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"268"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"269"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"ModelExchange inputs only: if false, the input may not appear in an algebraic loop.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"270"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"272","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"273"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"274"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"275"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Continuous-time state (ModelExchange) that can be reinitialized at an event.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"276"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"278","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"279"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"relative quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"280"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"281"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"If true, the displayUnit offset is ignored when converting values.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"282"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"284","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"285"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"286"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"287"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Real variable whose value can grow without bound (e.g. crank angle).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"288"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"290","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"291"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"292"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"293"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: space-separated value references of the clocks this variable is associated with.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"294"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"296","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"297"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"298"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"299"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: variable may be accessed during intermediate update.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"300"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"302","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:previous","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"303"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"previous (value reference)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"304"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"305"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0: value reference of the variable holding the previous value of a clocked variable.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"306"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"308","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"309"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"MIME type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"310"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"311"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0 Binary: MIME type of the binary data.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"312"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"314","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"315"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"max size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"316"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"317"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 3.0 Binary: maximum size in bytes.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"318"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"321","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeDeactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"322"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can be deactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"323"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"324"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"326","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"327"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"328"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"329"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"331","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalVariability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"332"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"333"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"334"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"336","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"337"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval (decimal)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"338"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"339"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"341","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"342"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"shift (decimal)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"343"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"344"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"346","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:supportsFraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"347"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"supports fraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"348"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"349"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"351","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"352"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"353"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"354"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"356","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"357"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interval counter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"358"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"359"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"361","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"362"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"shift counter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"363"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"364"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"368","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_kg","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"369"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: kg (mass)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"370"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"371"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Exponent of the SI base unit kilogram in this unit.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"372"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"374","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_m","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"375"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: m (length)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"376"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"377"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"379","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_s","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"380"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: s (time)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"381"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"382"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"384","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_A","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"385"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: A (electric current)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"386"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"387"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"389","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_K","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"390"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: K (temperature)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"391"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"392"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"394","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_mol","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"395"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: mol (amount of substance)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"396"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"397"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"399","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_cd","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"400"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: cd (luminous intensity)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"401"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"402"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"404","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:exp_rad","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"405"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"SI exponent: rad (angle)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"406"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"407"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"409","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"410"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"411"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"412"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"414","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"415"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"416"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"417"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"419","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"420"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"421"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"422"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"If true, the display value is computed as factor/value + offset (FMI 3.0 inverse display unit).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"423"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"427","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:baseType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"428"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"base type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"429"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"430"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"434","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:interfaceType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"435"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"interface type","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"436"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"437"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"ModelExchange, CoSimulation or ScheduledExecution.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"438"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"440","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelIdentifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"441"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model identifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"442"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"443"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"445","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsExecutionTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"446"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"needs execution tool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"447"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"448"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"450","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canGetAndSetFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"451"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can get and set FMU state","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"452"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"453"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"455","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canSerializeFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"456"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can serialize FMU state","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"457"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"458"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"460","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesDirectionalDerivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"461"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides directional derivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"462"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"463"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"465","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleVariableCommunicationStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"466"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can handle variable communication step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"467"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"468"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"470","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxOutputDerivativeOrder","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"471"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"max output derivative order","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"472"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"473"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"477","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:completedIntegratorStepNotNeeded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"478"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"completed integrator step not needed","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"479"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"480"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"482","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeInstantiatedOnlyOncePerProcess","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"483"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can be instantiated only once per process","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"484"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"485"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"487","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canNotUseMemoryManagementFunctions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"488"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"cannot use memory management functions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"489"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"490"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"492","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canInterpolateInputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"493"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can interpolate inputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"494"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"495"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"497","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canRunAsynchronuously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"498"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can run asynchronously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"499"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"500"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMI 2.0 Co-Simulation capability flag (spelled canRunAsynchronuously in the FMI 2.0 schema).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"501"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"503","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesAdjointDerivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"504"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides adjoint derivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"505"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"506"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"508","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesPerElementDependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"509"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides per-element dependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"510"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"511"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"513","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsCompletedIntegratorStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"514"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"needs completed integrator step","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"515"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"516"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"518","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesEvaluateDiscreteStates","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"519"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides evaluate discrete states","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"520"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"521"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"523","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fixedInternalStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"524"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"fixed internal step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"525"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"526"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"528","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:recommendedIntermediateInputSmoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"529"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"recommended intermediate input smoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"530"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"531"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"533","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"534"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"provides intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"535"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"536"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"538","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mightReturnEarlyFromDoStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"539"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"might return early from doStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"540"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"541"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"543","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canReturnEarlyAfterIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"544"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"can return early after intermediate update","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"545"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"546"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"548","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasEventMode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"549"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has event mode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"550"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:boolean","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"551"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"555","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"556"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"557"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"558"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"560","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stopTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"561"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"stop time","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"562"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"563"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"565","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"566"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"567"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"568"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"570","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"571"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"step size","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"572"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:double","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"573"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"577","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"578"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependency kind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"579"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"580"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependent, constant, fixed, tunable or discrete.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"581"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"583","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:structureKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"584"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"model structure kind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"585"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"586"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Which ModelStructure list the dependency was declared in (Output, Derivative, InitialUnknown, ...).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"587"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"589","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyScope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"590"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dependency scope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"591"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"592"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Single summary of how this variable declares its ModelStructure dependencies (precedence none > explicit > allKnowns): none = at least one role declares dependencies=\"\" (depends on nothing); explicit = it only declares non-empty dependency lists, captured as fmi:dependsOn relationships; allKnowns = no dependencies attribute, i.e. depends on all knowns by default.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"593"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"597","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"598"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"599"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"600"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Number of array dimensions of the variable (0 = scalar).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"601"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"603","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionStart","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"604"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dimension start (size)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"605"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:integer","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"606"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Fixed size of an array dimension (Dimension/@start).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"607"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-property-class","line":"609","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"610"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"611"}]},{"N":"withParam","name":"Q{}datatype","slot":"0","sType":"1AS","C":[{"N":"str","val":"xs:string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"612"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A start value declared via a Start child element (FMI 3.0 String / Binary variables, one per array element).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"613"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-ontology-classes","line":"617"},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-enumeration-classes","line":"619"}]}]}]},{"N":"co","binds":"","id":"2","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-entity-class","line":"625","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"626","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"627","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}definition","slot":"2","sType":"* ","as":"* ","flags":"","line":"628","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"629","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"629"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"630","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"631","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"632","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"632"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"634","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"635","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}definition","slot":"2","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"635"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"3","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-link-class","line":"640","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}id","slot":"0","sType":"* ","as":"* ","flags":"","line":"641","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}title","slot":"1","sType":"* ","as":"* ","flags":"","line":"642","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"param","name":"Q{}endpoints","slot":"2","sType":"* ","as":"* ","flags":"","line":"643","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"2","sType":"* "}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"644","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}id","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"644"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"645","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"646","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"647","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}title","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"647"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"649","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"649","C":[{"N":"treat","as":"AS","diag":"0|0||tokenize","C":[{"N":"check","card":"?","diag":"0|0||tokenize","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||tokenize","C":[{"N":"check","card":"?","diag":"0|0||tokenize","C":[{"N":"data","diag":"0|0||tokenize","C":[{"N":"varRef","name":"Q{}endpoints","slot":"2"}]}]}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"650","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"651","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"dot","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"651"},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"co","id":"4","uniform":"true","binds":"2 3","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-ontology-classes","line":"657","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"659","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:FMU","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"660"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"FMU","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"661"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A Functional Mock-up Unit described by an FMI modelDescription.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"662"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"664","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"665"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"666"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A model variable (FMI 2.0 ScalarVariable or FMI 3.0 typed variable).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"667"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"669","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"670"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"671"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A unit definition with respect to the SI base units.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"672"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"674","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"675"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"676"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A human-readable display variant of a Unit, related to it by factor, offset and (FMI 3.0) inverse.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"677"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"679","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"680"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"681"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A reusable simple type providing default attributes for variables.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"682"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"684","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"685"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"686"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A supported FMI interface type: ModelExchange, CoSimulation or ScheduledExecution.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"687"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"689","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:LogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"690"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Log category","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"691"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A logging category supported by the FMU.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"692"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"694","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"695"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Default experiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"696"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"Default simulation settings recommended by the FMU.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"697"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"699","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"700"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"701"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"One array dimension of a variable (FMI 3.0), sized either by a fixed value or by another variable.","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"702"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"704","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:VariableAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"705"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Variable alias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"706"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"An alternative name (and optional display unit) for a variable (FMI 3.0 Alias).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"707"}]}]},{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}emit-entity-class","line":"709","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:StartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"710"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"Start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"711"}]},{"N":"withParam","name":"Q{}definition","slot":"0","sType":"1AS","C":[{"N":"str","val":"A start value carried by a Start child element (FMI 3.0 String / Binary variables, one per array element).","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"712"}]}]},{"N":"elem","name":"cas:Relationship","sType":"1NE nQ{http://product-information-graph.org}Relationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"716","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"717","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"718","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"depends on"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"719","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A functional dependency declared in ModelStructure: the source variable depends on the target variable."}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"720","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependencyKind"}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"721","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi:structureKind"}]}]}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"725","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependsOn-toSource","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"726"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"depends on (source)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"727"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"728"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"730","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependsOn-toTarget","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"731"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"depends on (target)","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"732"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"733"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"735","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasVariable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"736"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"737"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"738"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"740","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"741"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"742"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"743"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"745","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasTypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"746"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"747"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"748"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"750","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasInterface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"751"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"752"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Interface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"753"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"755","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasLogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"756"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has log category","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"757"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:LogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"758"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"760","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"761"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has default experiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"762"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"763"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"765","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"766"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"767"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"768"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"770","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"771"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has type definition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"772"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:TypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"773"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"775","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"776"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"777"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"778"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"780","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"781"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"variable has display unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"782"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:DisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"783"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"785","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"786"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"787"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Dimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"788"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"790","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionSizedBy","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"791"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"dimension sized by","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"792"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:Variable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"793"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"795","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"796"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has alias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"797"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:VariableAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"798"}]}]},{"N":"callT","bSlot":"1","sType":"* ","name":"Q{}emit-link-class","line":"800","C":[{"N":"withParam","name":"Q{}id","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasStartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"801"}]},{"N":"withParam","name":"Q{}title","slot":"0","sType":"1AS","C":[{"N":"str","val":"has start value","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"802"}]},{"N":"withParam","name":"Q{}endpoints","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:StartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"803"}]}]}]}]}]},{"N":"co","id":"5","uniform":"true","binds":"15","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-enumeration-classes","line":"814","expand-text":"false","sType":"*NE ","C":[{"N":"forEach","sType":"*NE ","role":"body","line":"815","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"0","sType":"* ","role":"select","line":"815"},{"N":"let","var":"Q{}enumPos","slot":"0","sType":"*NE ","line":"816","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"816"},{"N":"let","var":"Q{}items","slot":"1","sType":"*NE ","line":"819","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"819","C":[{"N":"choose","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"true"},{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]},{"N":"sequence","sType":"?NE ","C":[{"N":"elem","name":"cas:Enumeration","sType":"1NE nQ{http://product-information-graph.org}Enumeration ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"820","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:enum-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"820"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"821","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"822","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"822","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"824","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"824","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{http://www.w3.org/2004/02/skos/core#}definition ","nsuri":"http://www.w3.org/2004/02/skos/core#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"825","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"826","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"826","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"829","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Enumeration"}]}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"830","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]},{"N":"forEach","sType":"*NE ","line":"831","C":[{"N":"varRef","name":"Q{}items","slot":"1","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"831"},{"N":"let","var":"Q{}vid","slot":"2","sType":"*NE ","line":"832","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"832","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]}]}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]},{"N":"true"},{"N":"fn","name":"string","C":[{"N":"fn","name":"position"}]}]},{"N":"elem","name":"cas:enumeratedValue","sType":"1NE nQ{http://product-information-graph.org}enumeratedValue ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"833","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:enum-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"833"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vid","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"833"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"834","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"835","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"835","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"840","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"fmi:hasEnumValue-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"840"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"841","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"842","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"has enumeration value ("}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"844","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"844","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":")"}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"847","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"848","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"848","C":[{"N":"str","val":"fmi:enum-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"0"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"6","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-prop","line":"857","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}class","slot":"0","sType":"* ","as":"* ","flags":"","line":"858","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}value","slot":"1","sType":"* ","as":"* ","flags":"","line":"859","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"choose","sType":"? ","line":"860","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"860","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"varRef","name":"Q{}value","slot":"1"}]}]}]}]},{"N":"elem","name":"cas:aProperty","sType":"1NE nQ{http://product-information-graph.org}aProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"861","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}class","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"861"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"value","sType":"1NE nQ{}value ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"862","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"863","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}value","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"863"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"co","binds":"","id":"7","uniform":"true","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-target-link","line":"869","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}class","slot":"0","sType":"* ","as":"* ","flags":"","line":"870","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}idRef","slot":"1","sType":"* ","as":"* ","flags":"","line":"871","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"872","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}class","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"872"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"873","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"874","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}idRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"874"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]},{"N":"co","id":"8","uniform":"true","binds":"20 9 6 12 7 13 16 17 18 19 15","C":[{"N":"template","flags":"os","module":"FMI-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","name":"Q{}emit-instances","line":"882","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"885","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:FMU"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmu"}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"886","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"887","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"887"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"889","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"890","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"890","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"892","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"892","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"893","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"894","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"894","C":[{"N":"docOrder","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"897","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fmiVersion","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"898"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}fmiVersion","C":[{"N":"docOrder","sType":"*NA nQ{}fmiVersion","role":"select","line":"899","C":[{"N":"docOrder","sType":"*NA nQ{}fmiVersion","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fmiVersion"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"901","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:guid","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"902"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","role":"select","line":"903","C":[{"N":"choose","sType":"*NA u[NA nQ{}guid,NA nQ{}instantiationToken]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}guid"}]}]},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}guid"}]}]},{"N":"true"},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}instantiationToken"}]}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"905","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelName","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"906"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}modelName","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"907","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"909","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:author","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"910"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}author","C":[{"N":"docOrder","sType":"*NA nQ{}author","role":"select","line":"911","C":[{"N":"docOrder","sType":"*NA nQ{}author","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}author"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"913","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:version","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"914"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}version","C":[{"N":"docOrder","sType":"*NA nQ{}version","role":"select","line":"915","C":[{"N":"docOrder","sType":"*NA nQ{}version","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}version"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"917","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:copyright","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"918"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}copyright","C":[{"N":"docOrder","sType":"*NA nQ{}copyright","role":"select","line":"919","C":[{"N":"docOrder","sType":"*NA nQ{}copyright","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}copyright"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"921","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:license","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"922"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}license","C":[{"N":"docOrder","sType":"*NA nQ{}license","role":"select","line":"923","C":[{"N":"docOrder","sType":"*NA nQ{}license","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}license"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"925","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"926"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}generationTool","C":[{"N":"docOrder","sType":"*NA nQ{}generationTool","role":"select","line":"927","C":[{"N":"docOrder","sType":"*NA nQ{}generationTool","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationTool"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"929","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:generationDateAndTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"930"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}generationDateAndTime","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","role":"select","line":"931","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"933","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableNamingConvention","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"934"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}variableNamingConvention","C":[{"N":"docOrder","sType":"*NA nQ{}variableNamingConvention","role":"select","line":"935","C":[{"N":"docOrder","sType":"*NA nQ{}variableNamingConvention","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}variableNamingConvention"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"937","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:numberOfEventIndicators","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"938"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}numberOfEventIndicators","C":[{"N":"docOrder","sType":"*NA nQ{}numberOfEventIndicators","role":"select","line":"939","C":[{"N":"docOrder","sType":"*NA nQ{}numberOfEventIndicators","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}numberOfEventIndicators"}]}]}]}]}]},{"N":"forEach","sType":"* ","line":"942","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3","sType":"*NE","role":"select","line":"942"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"943","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasVariable","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"944"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"945","C":[{"N":"str","val":"var-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"948","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5","sType":"*NE","role":"select","line":"948"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"949","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"950"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"951","C":[{"N":"str","val":"unit-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"954","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6","sType":"* ","role":"select","line":"954"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"955","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasTypeDefinition","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"956"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"957","C":[{"N":"str","val":"type-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"960","C":[{"N":"gVarRef","name":"Q{}interfaces","bSlot":"7","sType":"*NE","role":"select","line":"960"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"961","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasInterface","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"962"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"963","C":[{"N":"str","val":"if-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"966","C":[{"N":"gVarRef","name":"Q{}logcats","bSlot":"8","sType":"*NE","role":"select","line":"966"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"967","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasLogCategory","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"968"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"969","C":[{"N":"str","val":"logcat-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"choose","sType":"* ","line":"972","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9","sType":"*NE","line":"972"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"973","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDefaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"974"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"str","val":"defaultExperiment","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"975"}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]},{"N":"forEach","sType":"*NE ","line":"981","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3","sType":"*NE","role":"select","line":"981"},{"N":"let","var":"Q{}isScalar","slot":"0","sType":"*NE ","line":"982","C":[{"N":"compareToString","op":"eq","val":"ScalarVariable","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"982","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}typed","slot":"1","sType":"*NE ","line":"983","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"983","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"Real"},{"N":"str","val":"Integer"},{"N":"str","val":"Boolean"},{"N":"str","val":"String"},{"N":"str","val":"Enumeration"}]}]}]},{"N":"let","var":"Q{}attrNode","slot":"2","sType":"*NE ","line":"984","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"984","C":[{"N":"varRef","name":"Q{}isScalar","slot":"0"},{"N":"varRef","name":"Q{}typed","slot":"1"},{"N":"true"},{"N":"dot"}]},{"N":"let","var":"Q{}dataType","slot":"3","sType":"*NE ","line":"985","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"985","C":[{"N":"varRef","name":"Q{}isScalar","slot":"0"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}typed","slot":"1"}]}]}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}unitName","slot":"4","sType":"*NE ","line":"986","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"986","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]},{"N":"let","var":"Q{}unitPos","slot":"5","sType":"*NE ","line":"987","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"987","C":[{"N":"for","name":"Q{}i","slot":"17","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}i","slot":"17"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}unitName","slot":"4"}]}]},{"N":"varRef","name":"Q{}i","slot":"17"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}typeName","slot":"6","sType":"*NE ","line":"988","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"988","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}declaredType"}]}]}]}]},{"N":"let","var":"Q{}typePos","slot":"7","sType":"*NE ","line":"989","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"989","C":[{"N":"for","name":"Q{}i","slot":"19","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6"},{"N":"varRef","name":"Q{}i","slot":"19"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"19"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}enumPos","slot":"8","sType":"*NE ","line":"990","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"990","C":[{"N":"for","name":"Q{}i","slot":"20","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"},{"N":"varRef","name":"Q{}i","slot":"20"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"20"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}startVal","slot":"9","sType":"*NE ","line":"991","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"991","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start"}]}]}]}]},{"N":"let","var":"Q{}duName","slot":"10","sType":"*NE ","line":"992","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"992","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]},{"N":"let","var":"Q{}duPos","slot":"11","sType":"*NE ","line":"996","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"996","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"first","C":[{"N":"for","name":"Q{}j","slot":"23","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}unitPos","slot":"5"}]},{"N":"subscript","flags":"p","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"varRef","name":"Q{}j","slot":"23"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}duName","slot":"10"}]}]},{"N":"varRef","name":"Q{}j","slot":"23"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"let","var":"Q{}vp","slot":"12","sType":"*NE ","line":"998","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"998"},{"N":"let","var":"Q{}vVR","slot":"13","sType":"*NE ","line":"999","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"999","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"let","var":"Q{}dims","slot":"14","sType":"*NE ","line":"1000","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1000","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Dimension","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}aliases","slot":"15","sType":"*NE ","line":"1001","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1001","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Alias","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}startEls","slot":"16","sType":"*NE ","line":"1002","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1002","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Start","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}msRefs","slot":"17","sType":"*NE ","line":"1010","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1010","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelStructure","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"or","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"vc","op":"eq","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]}]}]},{"N":"and","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"},{"N":"fn","name":"not","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}vVR","slot":"13"}]}]}]}]}]}]}]}]},{"N":"let","var":"Q{}depScope","slot":"18","sType":"*NE ","line":"1015","C":[{"N":"choose","sType":"?AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1015","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"},{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToString","op":"eq","val":"","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"str","val":"none"},{"N":"true"},{"N":"choose","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"},{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToString","op":"ne","val":"","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"str","val":"explicit"},{"N":"true"},{"N":"choose","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}msRefs","slot":"17"}]},{"N":"str","val":"allKnowns"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1017","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Variable"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"var-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1017"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1018","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1019","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1019"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1021","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1022","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1022"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1024","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1024","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1025","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1026","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}description","name":"attribute","nodeTest":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1026"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1029","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1030"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}valueReference","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference","sType":"*NA nQ{}valueReference","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1031"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1033","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:causality","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1034"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}causality","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}causality","sType":"*NA nQ{}causality","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1035"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1037","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1038"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}variability","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}variability","sType":"*NA nQ{}variability","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1039"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1041","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:initial","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1042"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}initial","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}initial","sType":"*NA nQ{}initial","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1043"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1045","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dataType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1046"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}dataType","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1047"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1049","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:start","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1050"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}start","C":[{"N":"docOrder","sType":"*NA nQ{}start","role":"select","line":"1051","C":[{"N":"docOrder","sType":"*NA nQ{}start","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1053","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:declaredType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1054"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}declaredType","C":[{"N":"docOrder","sType":"*NA nQ{}declaredType","role":"select","line":"1055","C":[{"N":"docOrder","sType":"*NA nQ{}declaredType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}declaredType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1057","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1058"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unit","C":[{"N":"docOrder","sType":"*NA nQ{}unit","role":"select","line":"1059","C":[{"N":"docOrder","sType":"*NA nQ{}unit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1061","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1062"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1063","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1065","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1066"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}quantity","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","role":"select","line":"1067","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}quantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1069","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1070"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}min","C":[{"N":"docOrder","sType":"*NA nQ{}min","role":"select","line":"1071","C":[{"N":"docOrder","sType":"*NA nQ{}min","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}min"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1073","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1074"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}max","C":[{"N":"docOrder","sType":"*NA nQ{}max","role":"select","line":"1075","C":[{"N":"docOrder","sType":"*NA nQ{}max","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}max"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1077","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1078"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}nominal","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","role":"select","line":"1079","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}nominal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1081","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:derivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1082"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}derivative","C":[{"N":"docOrder","sType":"*NA nQ{}derivative","role":"select","line":"1083","C":[{"N":"docOrder","sType":"*NA nQ{}derivative","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}derivative"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1085","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleMultipleSetPerTimeInstant","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1086"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canHandleMultipleSetPerTimeInstant","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canHandleMultipleSetPerTimeInstant","sType":"*NA nQ{}canHandleMultipleSetPerTimeInstant","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1087"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1089","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:clocks","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1090"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}clocks","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}clocks","sType":"*NA nQ{}clocks","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1091"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1093","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1094"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intermediateUpdate","sType":"*NA nQ{}intermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1095"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1097","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:previous","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1098"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}previous","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}previous","sType":"*NA nQ{}previous","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1099"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1101","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:reinit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1102"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}reinit","C":[{"N":"docOrder","sType":"*NA nQ{}reinit","role":"select","line":"1103","C":[{"N":"docOrder","sType":"*NA nQ{}reinit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}reinit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1105","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1106"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}relativeQuantity","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","role":"select","line":"1107","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}relativeQuantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1109","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1110"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unbounded","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","role":"select","line":"1111","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unbounded"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1113","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1114"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mimeType","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","role":"select","line":"1115","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mimeType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1117","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1118"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxSize","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","role":"select","line":"1119","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxSize"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1121","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeDeactivated","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1122"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canBeDeactivated","C":[{"N":"docOrder","sType":"*NA nQ{}canBeDeactivated","role":"select","line":"1123","C":[{"N":"docOrder","sType":"*NA nQ{}canBeDeactivated","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canBeDeactivated"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1125","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:priority","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1126"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}priority","C":[{"N":"docOrder","sType":"*NA nQ{}priority","role":"select","line":"1127","C":[{"N":"docOrder","sType":"*NA nQ{}priority","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}priority"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1129","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalVariability","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1130"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalVariability","C":[{"N":"docOrder","sType":"*NA nQ{}intervalVariability","role":"select","line":"1131","C":[{"N":"docOrder","sType":"*NA nQ{}intervalVariability","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalVariability"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1133","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1134"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalDecimal","C":[{"N":"docOrder","sType":"*NA nQ{}intervalDecimal","role":"select","line":"1135","C":[{"N":"docOrder","sType":"*NA nQ{}intervalDecimal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalDecimal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1137","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftDecimal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1138"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}shiftDecimal","C":[{"N":"docOrder","sType":"*NA nQ{}shiftDecimal","role":"select","line":"1139","C":[{"N":"docOrder","sType":"*NA nQ{}shiftDecimal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}shiftDecimal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1141","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:supportsFraction","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1142"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}supportsFraction","C":[{"N":"docOrder","sType":"*NA nQ{}supportsFraction","role":"select","line":"1143","C":[{"N":"docOrder","sType":"*NA nQ{}supportsFraction","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}supportsFraction"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1145","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:resolution","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1146"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}resolution","C":[{"N":"docOrder","sType":"*NA nQ{}resolution","role":"select","line":"1147","C":[{"N":"docOrder","sType":"*NA nQ{}resolution","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}resolution"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1149","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:intervalCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1150"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}intervalCounter","C":[{"N":"docOrder","sType":"*NA nQ{}intervalCounter","role":"select","line":"1151","C":[{"N":"docOrder","sType":"*NA nQ{}intervalCounter","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}intervalCounter"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1153","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:shiftCounter","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1154"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}shiftCounter","C":[{"N":"docOrder","sType":"*NA nQ{}shiftCounter","role":"select","line":"1155","C":[{"N":"docOrder","sType":"*NA nQ{}shiftCounter","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}attrNode","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}shiftCounter"}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1157","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1157","C":[{"N":"fn","name":"count","C":[{"N":"varRef","name":"Q{}dims","slot":"14"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1158","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:rank","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1159"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1ADI","C":[{"N":"fn","name":"count","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1160","C":[{"N":"varRef","name":"Q{}dims","slot":"14"}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1163","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyScope","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1164"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}depScope","slot":"18","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1165"}]}]},{"N":"choose","sType":"* ","line":"1167","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1167","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}unitName","slot":"4"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1168","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1169"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1170","C":[{"N":"str","val":"unit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1173","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1173","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}typeName","slot":"6"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}typePos","slot":"7"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1174","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1175"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1176","C":[{"N":"str","val":"type-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}typePos","slot":"7"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1179","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1179","C":[{"N":"and","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}duName","slot":"10"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}duPos","slot":"11"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1180","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1181"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1182","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"5"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}duPos","slot":"11"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1185","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1185","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]}]}]}]}]},{"N":"let","var":"Q{}enumNode","slot":"19","sType":"* ","line":"1186","C":[{"N":"filter","flags":"i","sType":"* ","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1186","C":[{"N":"gVarRef","name":"Q{}enumTypes","bSlot":"10"},{"N":"varRef","name":"Q{}enumPos","slot":"8"}]},{"N":"let","var":"Q{}enumItems","slot":"20","sType":"* ","line":"1189","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1189","C":[{"N":"choose","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]}]}]}]},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]},{"N":"true"},{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}enumNode","slot":"19"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Item","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1190","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1190","C":[{"N":"filter","C":[{"N":"varRef","name":"Q{}enumItems","slot":"20"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value"}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1191","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1192","C":[{"N":"str","val":"fmi:hasEnumValue-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]}]}]}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1193","C":[{"N":"str","val":"fmi:enum-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}enumPos","slot":"8"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}startVal","slot":"9"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"* ","line":"1198","C":[{"N":"varRef","name":"Q{}dims","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1198"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1199","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDimension","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1200"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1201","C":[{"N":"str","val":"dim-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"1204","C":[{"N":"varRef","name":"Q{}aliases","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1204"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1205","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasAlias","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1206"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1207","C":[{"N":"str","val":"alias-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]},{"N":"forEach","sType":"* ","line":"1210","C":[{"N":"varRef","name":"Q{}startEls","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1210"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1211","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasStartValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1212"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1213","C":[{"N":"str","val":"start-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}vp","slot":"12"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1219","C":[{"N":"varRef","name":"Q{}dims","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1219"},{"N":"let","var":"Q{}dimSizeVR","slot":"19","sType":"*NE ","line":"1220","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1220","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]},{"N":"let","var":"Q{}dimVarPos","slot":"20","sType":"*NE ","line":"1223","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1223","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}dimSizeVR","slot":"19"}]}]}]}]}]}]}]},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"32","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"32"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}dimSizeVR","slot":"19"}]}]},{"N":"varRef","name":"Q{}i","slot":"32"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1224","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Dimension"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"dim-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1224"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1224"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1225","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1226","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1226"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1228","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1229","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1229","C":[{"N":"str","val":"Dimension "},{"N":"fn","name":"position"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1231","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionStart","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1232"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}start","C":[{"N":"docOrder","sType":"*NA nQ{}start","role":"select","line":"1233","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}start","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}start","sType":"*NA nQ{}start","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1235","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:valueReference","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1236"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}valueReference","C":[{"N":"docOrder","sType":"*NA nQ{}valueReference","role":"select","line":"1237","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}valueReference","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference","sType":"*NA nQ{}valueReference","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"choose","sType":"* ","line":"1239","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1239","C":[{"N":"varRef","name":"Q{}dimVarPos","slot":"20"}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1240","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dimensionSizedBy","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1241"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1242","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}dimVarPos","slot":"20"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1249","C":[{"N":"varRef","name":"Q{}aliases","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1249"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1250","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:VariableAlias"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"alias-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1250"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1250"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1251","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1252","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1252"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1254","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1255","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1255","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1257","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1257","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1258","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1259","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"1259","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1262","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1263"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1264","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}displayUnit","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1270","C":[{"N":"varRef","name":"Q{}startEls","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1270"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1271","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:StartValue"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"start-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}vp","slot":"12","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1271"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1271"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1272","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1273","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1273"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1275","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1276","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1276","C":[{"N":"str","val":"Start "},{"N":"fn","name":"position"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1278","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startValue","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1279"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}value","C":[{"N":"docOrder","sType":"*NA nQ{}value","role":"select","line":"1280","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}value","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}value","sType":"*NA nQ{}value","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1287","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5","sType":"*NE","role":"select","line":"1287"},{"N":"let","var":"Q{}unitPos","slot":"0","sType":"*NE ","line":"1288","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1288"},{"N":"let","var":"Q{}bu","slot":"1","sType":"*NE ","line":"1289","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1289","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"BaseUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}dus","slot":"2","sType":"*NE ","line":"1290","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1290","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1291","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Unit"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"unit-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1291"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1292","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1293","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1293"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1295","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1296","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1296"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"* ","line":"1299","C":[{"N":"docOrder","sType":"*NA","role":"select","line":"1299","C":[{"N":"docOrder","sType":"*NA","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"attribute","nodeTest":"*NA"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"kg"},{"N":"str","val":"m"},{"N":"str","val":"s"},{"N":"str","val":"A"},{"N":"str","val":"K"},{"N":"str","val":"mol"},{"N":"str","val":"cd"},{"N":"str","val":"rad"}]}]}]},{"N":"gc","op":"!=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"atomSing","diag":"1|0||gc","card":"?","C":[{"N":"dot"}]},{"N":"str","val":"0"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1300","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1301","C":[{"N":"str","val":"fmi:exp_"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1NA","C":[{"N":"dot","sType":"1NA","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1302"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1305","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1306"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}factor","C":[{"N":"docOrder","sType":"*NA nQ{}factor","role":"select","line":"1307","C":[{"N":"docOrder","sType":"*NA nQ{}factor","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}factor"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1309","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1310"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}offset","C":[{"N":"docOrder","sType":"*NA nQ{}offset","role":"select","line":"1311","C":[{"N":"docOrder","sType":"*NA nQ{}offset","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}bu","slot":"1"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}offset"}]}]}]}]}]},{"N":"forEach","sType":"* ","line":"1314","C":[{"N":"varRef","name":"Q{}dus","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1314"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1315","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1316"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1317","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0"}]}]},{"N":"str","val":"-"},{"N":"fn","name":"position"}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1322","C":[{"N":"varRef","name":"Q{}dus","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1322"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1323","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:DisplayUnit"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"displayunit-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}unitPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1323"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1323"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1324","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1325","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1325"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1327","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1328","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1328","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1330","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:factor","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1331"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}factor","C":[{"N":"docOrder","sType":"*NA nQ{}factor","role":"select","line":"1332","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}factor","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}factor","sType":"*NA nQ{}factor","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1334","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:offset","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1335"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}offset","C":[{"N":"docOrder","sType":"*NA nQ{}offset","role":"select","line":"1336","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}offset","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}offset","sType":"*NA nQ{}offset","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1338","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:inverse","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1339"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}inverse","C":[{"N":"docOrder","sType":"*NA nQ{}inverse","role":"select","line":"1340","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}inverse","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}inverse","sType":"*NA nQ{}inverse","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE ","line":"1347","C":[{"N":"gVarRef","name":"Q{}plainTypes","bSlot":"6","sType":"* ","role":"select","line":"1347"},{"N":"let","var":"Q{}isSimple","slot":"0","sType":"*NE ","line":"1348","C":[{"N":"compareToString","op":"eq","val":"SimpleType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1348","C":[{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"let","var":"Q{}typedT","slot":"1","sType":"*NE ","line":"1349","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1349","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"sequence","literal":"true","C":[{"N":"str","val":"Real"},{"N":"str","val":"Integer"},{"N":"str","val":"Boolean"},{"N":"str","val":"String"},{"N":"str","val":"Enumeration"}]}]}]},{"N":"let","var":"Q{}tAttr","slot":"2","sType":"*NE ","line":"1350","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1350","C":[{"N":"varRef","name":"Q{}isSimple","slot":"0"},{"N":"varRef","name":"Q{}typedT","slot":"1"},{"N":"true"},{"N":"dot"}]},{"N":"let","var":"Q{}baseType","slot":"3","sType":"*NE ","line":"1351","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1351","C":[{"N":"varRef","name":"Q{}isSimple","slot":"0"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"varRef","name":"Q{}typedT","slot":"1"}]}]}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"treat","as":"N","diag":"0|0||local-name","C":[{"N":"check","card":"?","diag":"0|0||local-name","C":[{"N":"dot"}]}]}]}]},{"N":"let","var":"Q{}tUnitName","slot":"4","sType":"*NE ","line":"1352","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1352","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]},{"N":"let","var":"Q{}tUnitPos","slot":"5","sType":"*NE ","line":"1353","C":[{"N":"first","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1353","C":[{"N":"for","name":"Q{}i","slot":"17","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}i","slot":"17"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tUnitName","slot":"4"}]}]},{"N":"varRef","name":"Q{}i","slot":"17"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"let","var":"Q{}tDuName","slot":"6","sType":"*NE ","line":"1354","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1354","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]},{"N":"let","var":"Q{}tDuPos","slot":"7","sType":"*NE ","line":"1358","C":[{"N":"choose","sType":"?ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1358","C":[{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"first","C":[{"N":"for","name":"Q{}j","slot":"19","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}units","bSlot":"5"},{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]},{"N":"subscript","flags":"p","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DisplayUnit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"varRef","name":"Q{}j","slot":"19"}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tDuName","slot":"6"}]}]},{"N":"varRef","name":"Q{}j","slot":"19"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"empty"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1359","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:TypeDefinition"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"type-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1359"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1360","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1361","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1361"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1363","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1364","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1364","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}name","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1366","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1366","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1367","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1368","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"1368","C":[{"N":"slash","role":"select","simple":"1","sType":"*NA nQ{}description","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1371","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:baseType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1372"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}baseType","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1373"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1375","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:quantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1376"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}quantity","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","role":"select","line":"1377","C":[{"N":"docOrder","sType":"*NA nQ{}quantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}quantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1379","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1380"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unit","C":[{"N":"docOrder","sType":"*NA nQ{}unit","role":"select","line":"1381","C":[{"N":"docOrder","sType":"*NA nQ{}unit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1383","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:displayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1384"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}displayUnit","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","role":"select","line":"1385","C":[{"N":"docOrder","sType":"*NA nQ{}displayUnit","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}displayUnit"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1387","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:min","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1388"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}min","C":[{"N":"docOrder","sType":"*NA nQ{}min","role":"select","line":"1389","C":[{"N":"docOrder","sType":"*NA nQ{}min","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}min"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1391","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:max","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1392"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}max","C":[{"N":"docOrder","sType":"*NA nQ{}max","role":"select","line":"1393","C":[{"N":"docOrder","sType":"*NA nQ{}max","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}max"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1395","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:nominal","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1396"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}nominal","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","role":"select","line":"1397","C":[{"N":"docOrder","sType":"*NA nQ{}nominal","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}nominal"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1399","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:relativeQuantity","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1400"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}relativeQuantity","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","role":"select","line":"1401","C":[{"N":"docOrder","sType":"*NA nQ{}relativeQuantity","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}relativeQuantity"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1403","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:unbounded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1404"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}unbounded","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","role":"select","line":"1405","C":[{"N":"docOrder","sType":"*NA nQ{}unbounded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}unbounded"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1407","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mimeType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1408"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mimeType","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","role":"select","line":"1409","C":[{"N":"docOrder","sType":"*NA nQ{}mimeType","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mimeType"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1411","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1412"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxSize","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","role":"select","line":"1413","C":[{"N":"docOrder","sType":"*NA nQ{}maxSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}tAttr","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxSize"}]}]}]}]}]},{"N":"choose","sType":"* ","line":"1417","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1417","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tUnitName","slot":"4"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1418","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1419"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1420","C":[{"N":"str","val":"unit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"* ","line":"1423","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1423","C":[{"N":"and","C":[{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tDuName","slot":"6"}]}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}tDuPos","slot":"7"}]}]},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-target-link","line":"1424","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:variableHasDisplayUnit","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1425"}]},{"N":"withParam","name":"Q{}idRef","slot":"0","sType":"1AS","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1426","C":[{"N":"str","val":"displayunit-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}tUnitPos","slot":"5"}]}]},{"N":"str","val":"-"},{"N":"check","card":"?","diag":"0|3||concat","C":[{"N":"data","diag":"0|3||concat","C":[{"N":"varRef","name":"Q{}tDuPos","slot":"7"}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1433","C":[{"N":"gVarRef","name":"Q{}interfaces","bSlot":"7","sType":"*NE","role":"select","line":"1433"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1434","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:Interface"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"if-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1434"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1435","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1436","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1436"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1438","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1439","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"local-name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1439","C":[{"N":"dot"}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1441","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:interfaceType","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1442"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"1AS","C":[{"N":"fn","name":"local-name","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1443","C":[{"N":"dot"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1445","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:modelIdentifier","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1446"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}modelIdentifier","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelIdentifier","sType":"*NA nQ{}modelIdentifier","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1447"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1449","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsExecutionTool","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1450"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}needsExecutionTool","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}needsExecutionTool","sType":"*NA nQ{}needsExecutionTool","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1451"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1453","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canGetAndSetFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1454"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","role":"select","line":"1455","C":[{"N":"choose","sType":"*NA u[NA nQ{}canGetAndSetFMUState,NA nQ{}canGetAndSetFMUstate]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUState"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUState"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canGetAndSetFMUstate"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1457","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canSerializeFMUstate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1458"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","role":"select","line":"1459","C":[{"N":"choose","sType":"*NA u[NA nQ{}canSerializeFMUState,NA nQ{}canSerializeFMUstate]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUState"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUState"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canSerializeFMUstate"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1461","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesDirectionalDerivative","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1462"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","C":[{"N":"docOrder","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","role":"select","line":"1463","C":[{"N":"choose","sType":"*NA u[NA nQ{}providesDirectionalDerivative,NA nQ{}providesDirectionalDerivatives]","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivative"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivative"},{"N":"true"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesDirectionalDerivatives"}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1465","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canHandleVariableCommunicationStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1466"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canHandleVariableCommunicationStepSize","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canHandleVariableCommunicationStepSize","sType":"*NA nQ{}canHandleVariableCommunicationStepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1467"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1469","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:maxOutputDerivativeOrder","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1470"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}maxOutputDerivativeOrder","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}maxOutputDerivativeOrder","sType":"*NA nQ{}maxOutputDerivativeOrder","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1471"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1473","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:completedIntegratorStepNotNeeded","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1474"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}completedIntegratorStepNotNeeded","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}completedIntegratorStepNotNeeded","sType":"*NA nQ{}completedIntegratorStepNotNeeded","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1475"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1477","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canBeInstantiatedOnlyOncePerProcess","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1478"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","sType":"*NA nQ{}canBeInstantiatedOnlyOncePerProcess","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1479"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1481","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canNotUseMemoryManagementFunctions","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1482"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canNotUseMemoryManagementFunctions","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canNotUseMemoryManagementFunctions","sType":"*NA nQ{}canNotUseMemoryManagementFunctions","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1483"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1485","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canInterpolateInputs","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1486"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canInterpolateInputs","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canInterpolateInputs","sType":"*NA nQ{}canInterpolateInputs","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1487"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1489","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canRunAsynchronuously","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1490"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canRunAsynchronuously","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canRunAsynchronuously","sType":"*NA nQ{}canRunAsynchronuously","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1491"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1493","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesAdjointDerivatives","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1494"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesAdjointDerivatives","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesAdjointDerivatives","sType":"*NA nQ{}providesAdjointDerivatives","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1495"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1497","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesPerElementDependencies","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1498"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesPerElementDependencies","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesPerElementDependencies","sType":"*NA nQ{}providesPerElementDependencies","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1499"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1501","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:needsCompletedIntegratorStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1502"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}needsCompletedIntegratorStep","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}needsCompletedIntegratorStep","sType":"*NA nQ{}needsCompletedIntegratorStep","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1503"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1505","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesEvaluateDiscreteStates","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1506"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesEvaluateDiscreteStates","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesEvaluateDiscreteStates","sType":"*NA nQ{}providesEvaluateDiscreteStates","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1507"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1509","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:fixedInternalStepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1510"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}fixedInternalStepSize","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fixedInternalStepSize","sType":"*NA nQ{}fixedInternalStepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1511"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1513","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:recommendedIntermediateInputSmoothness","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1514"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}recommendedIntermediateInputSmoothness","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}recommendedIntermediateInputSmoothness","sType":"*NA nQ{}recommendedIntermediateInputSmoothness","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1515"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1517","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:providesIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1518"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}providesIntermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}providesIntermediateUpdate","sType":"*NA nQ{}providesIntermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1519"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1521","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:mightReturnEarlyFromDoStep","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1522"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}mightReturnEarlyFromDoStep","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}mightReturnEarlyFromDoStep","sType":"*NA nQ{}mightReturnEarlyFromDoStep","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1523"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1525","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:canReturnEarlyAfterIntermediateUpdate","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1526"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","sType":"*NA nQ{}canReturnEarlyAfterIntermediateUpdate","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1527"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1529","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:hasEventMode","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1530"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}hasEventMode","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}hasEventMode","sType":"*NA nQ{}hasEventMode","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1531"}]}]}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}anEntity ","line":"1537","C":[{"N":"gVarRef","name":"Q{}logcats","bSlot":"8","sType":"*NE","role":"select","line":"1537"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1538","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:LogCategory"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"logcat-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"1ADI","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1538"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1539","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1540","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1540"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1542","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1543","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}name","name":"attribute","nodeTest":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1543"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"1545","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1545","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"attVal","name":"Q{}description"}]}]}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1546","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1547","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}description","name":"attribute","nodeTest":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1547"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"choose","sType":"? ","line":"1554","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9","sType":"*NE","line":"1554"},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1555","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:DefaultExperiment"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"defaultExperiment"}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1556","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1557","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1557"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1559","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Default Experiment"}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1560","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:startTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1561"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}startTime","C":[{"N":"docOrder","sType":"*NA nQ{}startTime","role":"select","line":"1562","C":[{"N":"docOrder","sType":"*NA nQ{}startTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}startTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1564","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stopTime","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1565"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}stopTime","C":[{"N":"docOrder","sType":"*NA nQ{}stopTime","role":"select","line":"1566","C":[{"N":"docOrder","sType":"*NA nQ{}stopTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}stopTime"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1568","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:tolerance","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1569"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}tolerance","C":[{"N":"docOrder","sType":"*NA nQ{}tolerance","role":"select","line":"1570","C":[{"N":"docOrder","sType":"*NA nQ{}tolerance","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}tolerance"}]}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1572","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:stepSize","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1573"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*NA nQ{}stepSize","C":[{"N":"docOrder","sType":"*NA nQ{}stepSize","role":"select","line":"1574","C":[{"N":"docOrder","sType":"*NA nQ{}stepSize","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}experiment","bSlot":"9"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}stepSize"}]}]}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"* ","line":"1580","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"1580","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"1"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelStructure","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]}]}]},{"N":"let","var":"Q{}uPos","slot":"0","sType":"* ","line":"1581","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1581"},{"N":"let","var":"Q{}ownerIsVR","slot":"1","sType":"* ","line":"1582","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1582","C":[{"N":"fn","name":"boolean","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]},{"N":"fn","name":"not","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}index"}]}]},{"N":"let","var":"Q{}ownerPos","slot":"2","sType":"* ","line":"1585","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1585","C":[{"N":"varRef","name":"Q{}ownerIsVR","slot":"1"},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"14","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"vc","op":"eq","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"14"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"varRef","name":"Q{}i","slot":"14"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"cast","flags":"ae","as":"ADI","C":[{"N":"check","card":"?","diag":"0|0||xs:integer","C":[{"N":"attVal","name":"Q{}index"}]}]}]},{"N":"let","var":"Q{}structureKind","slot":"3","sType":"* ","line":"1586","C":[{"N":"choose","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1586","C":[{"N":"compareToString","op":"eq","val":"Unknown","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"fn","name":"local-name","C":[{"N":"axis","name":"parent","nodeTest":"?N"}]},{"N":"true"},{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"let","var":"Q{}depTokens","slot":"4","sType":"* ","line":"1587","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1587","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"let","var":"Q{}kindTokens","slot":"5","sType":"* ","line":"1588","C":[{"N":"fn","name":"tokenize","sType":"*AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1588","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependenciesKind"}]}]}]},{"N":"str","val":"\\s+"}]},{"N":"choose","sType":"* ","line":"1589","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1589","C":[{"N":"and","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}dependencies"},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||normalize-space","C":[{"N":"check","card":"?","diag":"0|0||normalize-space","C":[{"N":"attVal","name":"Q{}dependencies"}]}]}]}]}]}]},{"N":"fn","name":"exists","C":[{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]}]},{"N":"forEach","sType":"* ","line":"1590","C":[{"N":"varRef","name":"Q{}depTokens","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1590"},{"N":"let","var":"Q{}tok","slot":"6","sType":"* ","line":"1591","C":[{"N":"dot","sType":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1591"},{"N":"let","var":"Q{}depIdx","slot":"7","sType":"* ","line":"1592","C":[{"N":"fn","name":"position","sType":"1ADI","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1592"},{"N":"choose","sType":"* ","line":"1593","C":[{"N":"compareToInt","op":"gt","val":"0","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1593","C":[{"N":"fn","name":"string-length","C":[{"N":"treat","as":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]}]}]}]}]}]},{"N":"let","var":"Q{}depPos","slot":"8","sType":"* ","line":"1596","C":[{"N":"choose","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1596","C":[{"N":"varRef","name":"Q{}ownerIsVR","slot":"1"},{"N":"first","C":[{"N":"for","name":"Q{}i","slot":"20","C":[{"N":"to","C":[{"N":"int","val":"1"},{"N":"fn","name":"count","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"}]}]},{"N":"choose","C":[{"N":"gc","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"slash","op":"/","C":[{"N":"subscript","flags":"p","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}i","slot":"20"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}valueReference"}]}]}]},{"N":"data","diag":"1|1||gc","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]},{"N":"varRef","name":"Q{}i","slot":"20"},{"N":"true"},{"N":"empty"}]}]}]},{"N":"true"},{"N":"cast","flags":"ae","as":"ADI","C":[{"N":"check","card":"?","diag":"0|0||xs:integer","C":[{"N":"data","diag":"0|0||xs:integer","C":[{"N":"varRef","name":"Q{}tok","slot":"6"}]}]}]}]},{"N":"choose","sType":"? ","line":"1597","C":[{"N":"fn","name":"exists","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1597","C":[{"N":"varRef","name":"Q{}depPos","slot":"8"}]},{"N":"elem","name":"cas:aRelationship","sType":"1NE nQ{http://product-information-graph.org}aRelationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1598","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn"}]},{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"fn","name":"concat","sType":"1AS ","C":[{"N":"str","sType":"1AS ","val":"dep-u"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}uPos","slot":"0","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1598"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":"-"},{"N":"fn","name":"string-join","sType":"1AS ","C":[{"N":"convert","type":"AS*","from":"AZ","to":"AS","C":[{"N":"data","C":[{"N":"mergeAdj","sType":"*","C":[{"N":"varRef","name":"Q{}depIdx","slot":"7","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"1598"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1599","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1600","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"0","role":"select","line":"1600"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1602","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1603","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1603","C":[{"N":"docOrder","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":" depends on "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"1605","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}name","role":"select","line":"1605","C":[{"N":"docOrder","sType":"*NA nQ{}name","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"filter","flags":"i","C":[{"N":"gVarRef","name":"Q{}vars","bSlot":"3"},{"N":"varRef","name":"Q{}depPos","slot":"8"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}name"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1607","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:dependencyKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1608"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"filter","flags":"i","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1609","C":[{"N":"varRef","name":"Q{}kindTokens","slot":"5"},{"N":"varRef","name":"Q{}depIdx","slot":"7"}]}]}]},{"N":"callT","bSlot":"2","sType":"* ","name":"Q{}emit-prop","line":"1611","C":[{"N":"withParam","name":"Q{}class","slot":"0","sType":"1AS","C":[{"N":"str","val":"fmi:structureKind","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1612"}]},{"N":"withParam","name":"Q{}value","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}structureKind","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1613"}]}]},{"N":"elem","name":"cas:aSourceLink","sType":"1NE nQ{http://product-information-graph.org}aSourceLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1615","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn-toSource"}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1616","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1617","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1617","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}ownerPos","slot":"2"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1620","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"fmi:dependsOn-toTarget"}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"1621","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"1622","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"1622","C":[{"N":"str","val":"var-"},{"N":"check","card":"?","diag":"0|1||concat","C":[{"N":"data","diag":"0|1||concat","C":[{"N":"varRef","name":"Q{}depPos","slot":"8"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"9","vis":"PUBLIC","ex:uniform":"true","C":[{"N":"globalVariable","name":"Q{}md","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"31","C":[{"N":"slash","role":"select","simple":"1","sType":"*NE","C":[{"N":"treat","as":"N","diag":"13|0|XTTE0510|","C":[{"N":"dot"}]},{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"root"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"fmiModelDescription","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"10","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}fmiVersion","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"1AS","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"fn","name":"string","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"32","C":[{"N":"check","card":"?","diag":"0|0||string","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}fmiVersion"}]}]}]}]}]}]},{"N":"co","id":"11","vis":"PUBLIC","ex:uniform":"true","binds":"10","C":[{"N":"globalVariable","name":"Q{}isFmi3","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"1AB","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"fn","name":"starts-with","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"33","C":[{"N":"gVarRef","name":"Q{}fmiVersion","bSlot":"0"},{"N":"str","val":"3"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]},{"N":"co","id":"12","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}vars","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"36","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"ModelVariables","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"child","nodeTest":"*NE"}]}]}]}]}]},{"N":"co","id":"13","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}units","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"38","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"UnitDefinitions","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Unit","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"14","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}types","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"39","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"TypeDefinitions","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"axis","name":"child","nodeTest":"*NE"}]}]}]}]}]},{"N":"co","id":"15","vis":"PUBLIC","ex:uniform":"true","binds":"14","C":[{"N":"globalVariable","name":"Q{}enumTypes","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"43","C":[{"N":"gVarRef","name":"Q{}types","bSlot":"0"},{"N":"or","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]},{"N":"co","id":"16","vis":"PUBLIC","ex:uniform":"true","binds":"14","C":[{"N":"globalVariable","name":"Q{}plainTypes","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","role":"select","line":"44","C":[{"N":"gVarRef","name":"Q{}types","bSlot":"0"},{"N":"and","C":[{"N":"fn","name":"not","C":[{"N":"compareToString","op":"eq","val":"EnumerationType","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"fn","name":"not","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Enumeration","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"17","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}interfaces","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"46","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"or","C":[{"N":"or","C":[{"N":"compareToString","op":"eq","val":"ModelExchange","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]},{"N":"compareToString","op":"eq","val":"CoSimulation","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"compareToString","op":"eq","val":"ScheduledExecution","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]}]},{"N":"co","id":"18","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}logcats","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"47","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"LogCategories","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"Category","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"19","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}experiment","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"*NE","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"48","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"compareToString","op":"eq","val":"DefaultExperiment","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]}]}]}]}]}]},{"N":"co","id":"20","vis":"PUBLIC","ex:uniform":"true","binds":"9","C":[{"N":"globalVariable","name":"Q{}modified","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","module":"FMI-to-CAS.xsl","slots":"200","sType":"?ND ","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"?NT ","type":"item()*","line":"53","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"54","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"55","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","role":"select","line":"55","C":[{"N":"docOrder","sType":"*NA nQ{}generationDateAndTime","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}generationDateAndTime"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"1970-01-01T00:00:00Z"}]}]}]}]}]},{"N":"co","id":"21","binds":"9 10 20 1 8","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"0","ns":"xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl#","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/FMI-to-CAS.xsl","line":"66","module":"FMI-to-CAS.xsl","expand-text":"false","match":"/","prio":"-0.5","matches":"ND","C":[{"N":"p.nodeTest","role":"match","test":"ND","sType":"1ND","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# "},{"N":"elem","name":"cas:aPackage","sType":"1NE nQ{http://product-information-graph.org}aPackage ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","role":"action","line":"67","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Package"}]},{"N":"att","name":"id","sType":"1NA ","line":"68","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"fmi-package"}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"71","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"72","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"73","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]}]}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"FMU: "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"75","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","role":"select","line":"75","C":[{"N":"docOrder","sType":"*NA nQ{}modelName","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}modelName"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Imported FMU"}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"82","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"83","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","line":"84","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]},{"N":"compareToInt","op":"gt","val":"0","C":[{"N":"fn","name":"string-length","C":[{"N":"cvUntyped","to":"AS","diag":"0|0||string-length","C":[{"N":"check","card":"?","diag":"0|0||string-length","C":[{"N":"data","diag":"0|0||string-length","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"85","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}description","role":"select","line":"85","C":[{"N":"docOrder","sType":"*NA nQ{}description","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# dcterms=http://purl.org/dc/terms/ skos=http://www.w3.org/2004/02/skos/core# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# sh=http://www.w3.org/ns/shacl# xs=~ owl=http://www.w3.org/2002/07/owl# ","C":[{"N":"slash","op":"/","C":[{"N":"gVarRef","name":"Q{}md","bSlot":"0"},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}description"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Functional Mock-up Interface model (FMI "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"89","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"gVarRef","name":"Q{}fmiVersion","bSlot":"1","sType":"1AS","role":"select","line":"89"},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":")"}]}]}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"94","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"95","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"gVarRef","sType":"?ND ","name":"Q{}modified","bSlot":"2","role":"select","line":"95"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"graph","sType":"1NE nQ{}graph ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema cas=http://product-information-graph.org fmi=https://fmi-standard.org/ontology# skos=http://www.w3.org/2004/02/skos/core# sh=http://www.w3.org/ns/shacl# rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# owl=http://www.w3.org/2002/07/owl#","line":"97","C":[{"N":"sequence","sType":"* ","C":[{"N":"callT","bSlot":"3","sType":"* ","name":"Q{}emit-ontology","line":"98"},{"N":"callT","bSlot":"4","sType":"* ","name":"Q{}emit-instances","line":"99"}]}]}]}]}]}]}]},{"N":"overridden"},{"N":"output","C":[{"N":"property","name":"Q{http://saxon.sf.net/}stylesheet-version","value":"20"},{"N":"property","name":"method","value":"xml"},{"N":"property","name":"encoding","value":"UTF-8"},{"N":"property","name":"indent","value":"yes"},{"N":"property","name":"standalone","value":"yes"}]},{"N":"decimalFormat"}],"Σ":"ce66090c"}
\ No newline at end of file
diff --git a/public/assets/xslt/ReqIF-to-CAS.sef.json b/public/assets/xslt/ReqIF-to-CAS.sef.json
index b84c7c8..661587a 100644
--- a/public/assets/xslt/ReqIF-to-CAS.sef.json
+++ b/public/assets/xslt/ReqIF-to-CAS.sef.json
@@ -1 +1 @@
-{"N":"package","version":"10","packageVersion":"1","saxonVersion":"SaxonJS 2.7","target":"JS","targetVersion":"2","name":"TOP-LEVEL","relocatable":"false","buildDateTime":"2026-07-12T14:37:54.523+02:00","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","C":[{"N":"co","binds":"","id":"0","uniform":"true","C":[{"N":"template","flags":"os","module":"ReqIF-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","name":"Q{}getAttributeValue","line":"616","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}values","slot":"0","sType":"* ","as":"* ","flags":"","line":"617","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}attrDefId","slot":"1","sType":"* ","as":"* ","flags":"","line":"618","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"let","var":"Q{}stringValue","slot":"2","sType":"* ","line":"622","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"622","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}values","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"and","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-VALUE-STRING"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"DEFINITION"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING-REF"}]}]}]},{"N":"varRef","name":"Q{}attrDefId","slot":"1"}]}]}]}]}]}]},{"N":"let","var":"Q{}xhtmlValue","slot":"3","sType":"* ","line":"626","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"626","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}values","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"and","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-VALUE-XHTML"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"DEFINITION"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML-REF"}]}]}]},{"N":"varRef","name":"Q{}attrDefId","slot":"1"}]}]}]}]}]}]},{"N":"choose","sType":"* ","type":"item()*","line":"627","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"628","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"629","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","role":"select","line":"629","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"631","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"632","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"632","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"docOrder","sType":"*NE","line":"634","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]},{"N":"copyOf","flags":"c","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ex=http://ns.saxonica.com/xslt/export","line":"635","sType":"*N","C":[{"N":"docOrder","sType":"*N","role":"select","line":"635","C":[{"N":"docOrder","sType":"*N","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]},{"N":"axis","name":"child","nodeTest":"*N u[NT,NP,NC,NE]"}]}]}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"637","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"638","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","role":"select","line":"638","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]},{"N":"co","id":"1","binds":"0 1 2 3","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"13","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"644","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-RELATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-RELATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}relationId","slot":"0","sType":"*NE ","line":"645","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"645"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"646","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"646","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"647","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"647","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}sourceRef","slot":"3","sType":"*NE ","line":"648","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"648","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SOURCE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-REF"}]}]}]}]},{"N":"let","var":"Q{}targetRef","slot":"4","sType":"*NE ","line":"649","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"649","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TARGET"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-REF"}]}]}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"5","sType":"*NE ","line":"657","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"657","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"6","sType":"*NE ","line":"663","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"663","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"7","sType":"*NE ","line":"668","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"668","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"8","sType":"*NE ","line":"673","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"673","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"9","sType":"*NE ","line":"676","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"677","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"678"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"679"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"10","sType":"*NE ","line":"682","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"683","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"684"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"685"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"11","sType":"*NE ","line":"688","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"689","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"690","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"691","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"691"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"693","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"694","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"694"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"12","sType":"*NE ","line":"701","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"702","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"703"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"7","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"704"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"13","sType":"*NE ","line":"707","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"708","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"709"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"8","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"710"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"14","sType":"*NE ","line":"713","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"714","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"715","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"716","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"716"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"718","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"13"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"719","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"13","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"719"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"15","sType":"*NE ","line":"725","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"725","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"16","sType":"*NE ","line":"726","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"726","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"14"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:aRelationship","sType":"1NE nQ{http://product-information-graph.org}aRelationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"728","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"id","sType":"1NA ","line":"729","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"730","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}relationId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"730"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"732","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"733","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"733"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"736","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"736"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"737","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"738","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"738"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"742","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"742"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"743","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"744","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"14","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"744"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"747","C":[{"N":"choose","sType":"? ","line":"748","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"748","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"749","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"749"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"choose","sType":"? ","line":"753","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"753","C":[{"N":"varRef","name":"Q{}sourceRef","slot":"3"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}sourceRef","slot":"3"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"cas:aSourceLink","sType":"1NE nQ{http://product-information-graph.org}aSourceLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"754","C":[{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"755","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"756","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"756","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}typeRef","slot":"1"}]}]},{"N":"str","val":"-toSource"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"758","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"759","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}sourceRef","slot":"3","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"759"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"764","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"764","C":[{"N":"varRef","name":"Q{}targetRef","slot":"4"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}targetRef","slot":"4"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"765","C":[{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"766","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"767","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"767","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}typeRef","slot":"1"}]}]},{"N":"str","val":"-toTarget"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"769","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"770","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}targetRef","slot":"4","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"770"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"1","prec":"0","seq":"12","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"499","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPECIFICATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPECIFICATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}specId","slot":"0","sType":"*NE ","line":"500","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"500"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"501","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"501","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"502","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"502","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"3","sType":"*NE ","line":"509","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"509","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"4","sType":"*NE ","line":"515","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"515","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"5","sType":"*NE ","line":"520","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"520","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"6","sType":"*NE ","line":"525","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"525","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"7","sType":"*NE ","line":"528","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"529","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"530"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"531"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"8","sType":"*NE ","line":"534","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"535","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"536"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"537"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"9","sType":"*NE ","line":"540","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"541","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"542","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"7"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"543","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"7","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"543"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"545","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"8"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"546","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"8","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"546"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"10","sType":"*NE ","line":"553","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"554","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"555"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"556"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"11","sType":"*NE ","line":"559","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"560","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"561"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"562"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"12","sType":"*NE ","line":"565","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"566","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"567","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"568","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"568"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"570","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"571","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"571"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"13","sType":"*NE ","line":"577","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"577","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"14","sType":"*NE ","line":"578","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"578","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"580","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","sType":"1NA ","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","line":"581","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"582","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"582"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"att","name":"id","sType":"1NA ","line":"584","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"585","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}specId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"585"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"choose","sType":"? ","type":"item()*","line":"588","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"13","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"589"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"590","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"591","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"591"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"fn","name":"not","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"594","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14"}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"595","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Specification with id "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"597","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}specId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"597"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"602","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"602"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"603","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"604","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"604"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"607","C":[{"N":"choose","sType":"? ","line":"608","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"608","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"609","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"609"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"2","prec":"0","seq":"11","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"382","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-OBJECT']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-OBJECT","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}objectId","slot":"0","sType":"*NE ","line":"383","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"383"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"384","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"384","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"385","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"385","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"3","sType":"*NE ","line":"392","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"392","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"4","sType":"*NE ","line":"398","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"398","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"5","sType":"*NE ","line":"403","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"403","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"6","sType":"*NE ","line":"408","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"408","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"7","sType":"*NE ","line":"411","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"412","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"413"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"414"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"8","sType":"*NE ","line":"417","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"418","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"419"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"420"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"9","sType":"*NE ","line":"423","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"424","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"425","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"7"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"426","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"7","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"426"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"428","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"8"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"429","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"8","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"429"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"10","sType":"*NE ","line":"436","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"437","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"438"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"439"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"11","sType":"*NE ","line":"442","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"443","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"444"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"445"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"12","sType":"*NE ","line":"448","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"449","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"450","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"451","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"451"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"453","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"454","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"454"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"13","sType":"*NE ","line":"460","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"460","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"14","sType":"*NE ","line":"461","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"461","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"463","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","sType":"1NA ","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","line":"464","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"465","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"465"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"att","name":"id","sType":"1NA ","line":"467","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"468","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}objectId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"468"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"choose","sType":"? ","type":"item()*","line":"471","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"13","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"472"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"473","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"474","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"474"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"fn","name":"not","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"477","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14"}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"478","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Object with id "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"480","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}objectId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"480"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"485","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"485"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"486","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"487","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"487"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"490","C":[{"N":"choose","sType":"? ","line":"491","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"491","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"492","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"492"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"3","prec":"0","seq":"7","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"235","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-ENUMERATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-ENUMERATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"236","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"237","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"238","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"238"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"240","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"241","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"241"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"243","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"243","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"244","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"245","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"245"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"248","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"248","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"249","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"250","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"250"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"253","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"4","prec":"0","seq":"6","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"212","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-DATE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-DATE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"213","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"214","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"215","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"215"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"217","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"218","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"218"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"220","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"220","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"221","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"222","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"222"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"225","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"225","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"226","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"227","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"227"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"230","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:dateTime"}]}]}]}]}]},{"N":"templateRule","rank":"5","prec":"0","seq":"5","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"189","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-BOOLEAN']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-BOOLEAN","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"190","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"191","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"192","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"192"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"194","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"195","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"195"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"197","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"197","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"198","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"199","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"199"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"202","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"202","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"203","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"204","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"204"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"207","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:boolean"}]}]}]}]}]},{"N":"templateRule","rank":"6","prec":"0","seq":"4","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"166","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-REAL']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-REAL","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"167","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"168","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"169","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"169"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"171","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"172","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"172"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"174","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"174","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"175","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"176","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"176"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"179","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"179","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"180","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"181","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"181"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"184","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:double"}]}]}]}]}]},{"N":"templateRule","rank":"7","prec":"0","seq":"3","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"143","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-INTEGER']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-INTEGER","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"144","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"145","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"146","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"146"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"148","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"149","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"149"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"151","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"151","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"152","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"153","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"153"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"156","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"156","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"157","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"158","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"158"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"161","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:integer"}]}]}]}]}]},{"N":"templateRule","rank":"8","prec":"0","seq":"2","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"120","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-XHTML']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-XHTML","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"121","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"122","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"123","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"123"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"125","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"126","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"126"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"128","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"128","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"129","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"130","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"130"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"133","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"133","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"134","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"135","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"135"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"138","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"9","prec":"0","seq":"1","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"97","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-STRING']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-STRING","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"98","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"99","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"100","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"100"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"102","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"103","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"103"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"105","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"105","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"106","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"107","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"107"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"110","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"110","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"111","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"112","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"112"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"115","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"10","prec":"0","seq":"0","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"5","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"/","prio":"-0.5","matches":"ND","C":[{"N":"p.nodeTest","role":"match","test":"ND","sType":"1ND","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ "},{"N":"let","var":"Q{}header","slot":"0","sType":"*NE ","line":"6","role":"action","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"6","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-HEADER"}]}]}]}]}]},{"N":"elem","name":"cas:aPackage","sType":"1NE nQ{http://product-information-graph.org}aPackage ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"7","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Package"}]},{"N":"att","name":"id","sType":"1NA ","line":"8","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"choose","sType":"?NT ","type":"item()*","line":"9","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","line":"10","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"11","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"11","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"reqif-package"}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"18","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"19","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"20","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"21","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"21","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"23","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Requirements from "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"25","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"25","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Requirements from unknown project"}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"32","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"33","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"34","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"35","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"35","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"37","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Created with "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"39","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"39","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"ReqIF Document"}]}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"46","C":[{"N":"choose","sType":"? ","line":"47","C":[{"N":"docOrder","sType":"*NE","line":"47","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"CREATION-TIME"}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"48","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"48","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"CREATION-TIME"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"elem","name":"graph","sType":"1NE nQ{}graph ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"51","C":[{"N":"sequence","sType":"* ","C":[{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"53","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Organizer"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"54","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"55","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Organizer"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"56","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A class for organizing model-elements. An example is a list of requirements or a diagram using a certain notation."}]}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"58","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Root"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"59","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Organizer"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"60","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Root"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"61","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A subclass of cas:Organizer serving as a root for trees and tables."}]}]},{"N":"elem","name":"cas:enumeratedTargetLink","sType":"1NE nQ{http://product-information-graph.org}enumeratedTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"62","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:lists"}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"64","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:linksTarget"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"65","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"66","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"67","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"68","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"to target"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"69","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Connects the target of a reified relationship or an organizer."}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"71","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:lists"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"72","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:linksTarget"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"73","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"74","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"75","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"lists"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"76","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Lists an entity, a relationship or a subordinated organizer."}]}]}]}]},{"N":"applyT","sType":"* ","line":"79","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"79","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"80","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"80","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"81","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"81","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"83","mode":"Q{}entity","bSlot":"2","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"83","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"84","mode":"Q{}entity","bSlot":"2","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"84","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"85","mode":"Q{}relationship","bSlot":"3","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"85","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"87","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"87","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"89","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"89","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"91","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"91","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION"}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"2","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","name":"Q{}entity","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"9","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"287","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPECIFICATION-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPECIFICATION-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"288","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"289","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"290","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"290"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"292","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Root"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"293","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"294","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"294"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"296","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"296","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"297","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"298","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"298"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"301","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"301","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"302","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"303","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"303"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"307","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"307","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"308","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"309","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"309"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]},{"N":"templateRule","rank":"1","prec":"0","seq":"8","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"258","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-OBJECT-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-OBJECT-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"259","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"260","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"261","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"261"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"263","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"264","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"265","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"265"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"267","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"267","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"268","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"269","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"269"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"272","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"272","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"273","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"274","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"274"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"278","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"278","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"279","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"280","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"280"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"3","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","name":"Q{}relationship","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"10","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"316","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-RELATION-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-RELATION-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}relationTypeId","slot":"0","sType":"*NE ","line":"317","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"317"},{"N":"sequence","sType":"?NE ","C":[{"N":"elem","name":"cas:Relationship","sType":"1NE nQ{http://product-information-graph.org}Relationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"320","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"321","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"322","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}relationTypeId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"322"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"324","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"325","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"326","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"326"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"328","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"328","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"329","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"330","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"330"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"333","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"333","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"334","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"335","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"335"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"339","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"339","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"340","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"341","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"341"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"347","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"348","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"349","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"349","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}relationTypeId","slot":"0"}]}]},{"N":"str","val":"-toSource"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"351","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"352","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"353","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"353","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"}]}]},{"N":"str","val":" to Source"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"356","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"356","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"357","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"358","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"358"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"364","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"365","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"366","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"366","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}relationTypeId","slot":"0"}]}]},{"N":"str","val":"-toTarget"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"368","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"369","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"369","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"}]}]},{"N":"str","val":" to Target"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"371","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"373","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"373","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"374","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"375","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"375"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]}]}]},{"N":"overridden"},{"N":"output","C":[{"N":"property","name":"Q{http://saxon.sf.net/}stylesheet-version","value":"10"},{"N":"property","name":"method","value":"xml"},{"N":"property","name":"encoding","value":"UTF-8"},{"N":"property","name":"indent","value":"yes"},{"N":"property","name":"standalone","value":"yes"}]},{"N":"decimalFormat"}],"Σ":"7f4e3988"}
\ No newline at end of file
+{"N":"package","version":"10","packageVersion":"1","saxonVersion":"SaxonJS 2.7","target":"JS","targetVersion":"2","name":"TOP-LEVEL","relocatable":"false","buildDateTime":"2026-07-21T07:32:25.742+02:00","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","C":[{"N":"co","binds":"","id":"0","uniform":"true","C":[{"N":"template","flags":"os","module":"ReqIF-to-CAS.xsl","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","name":"Q{}getAttributeValue","line":"616","expand-text":"false","sType":"* ","C":[{"N":"sequence","role":"body","sType":"* ","C":[{"N":"param","name":"Q{}values","slot":"0","sType":"* ","as":"* ","flags":"","line":"617","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"0","sType":"* "}]},{"N":"param","name":"Q{}attrDefId","slot":"1","sType":"* ","as":"* ","flags":"","line":"618","C":[{"N":"str","sType":"1AS ","val":"","role":"select"},{"N":"supplied","role":"conversion","slot":"1","sType":"* "}]},{"N":"let","var":"Q{}stringValue","slot":"2","sType":"* ","line":"622","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"622","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}values","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"and","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-VALUE-STRING"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"DEFINITION"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING-REF"}]}]}]},{"N":"varRef","name":"Q{}attrDefId","slot":"1"}]}]}]}]}]}]},{"N":"let","var":"Q{}xhtmlValue","slot":"3","sType":"* ","line":"626","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"626","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}values","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"and","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-VALUE-XHTML"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"slash","op":"/","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"DEFINITION"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML-REF"}]}]}]},{"N":"varRef","name":"Q{}attrDefId","slot":"1"}]}]}]}]}]}]},{"N":"choose","sType":"* ","type":"item()*","line":"627","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"628","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"629","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","role":"select","line":"629","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"631","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"632","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"632","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}stringValue","slot":"2"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"docOrder","sType":"*NE","line":"634","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]}]}]},{"N":"copyOf","flags":"c","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ex=http://ns.saxonica.com/xslt/export","line":"635","sType":"*N","C":[{"N":"docOrder","sType":"*N","role":"select","line":"635","C":[{"N":"docOrder","sType":"*N","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"THE-VALUE"}]}]}]},{"N":"axis","name":"child","nodeTest":"*N u[NT,NP,NC,NE]"}]}]}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"637","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"638","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","role":"select","line":"638","C":[{"N":"docOrder","sType":"*NA nQ{}THE-VALUE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}xhtmlValue","slot":"3"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}THE-VALUE"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]},{"N":"co","id":"1","binds":"0 1 2 3","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"13","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"644","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-RELATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-RELATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}relationId","slot":"0","sType":"*NE ","line":"645","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"645"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"646","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"646","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"647","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"647","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}sourceRef","slot":"3","sType":"*NE ","line":"648","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"648","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SOURCE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-REF"}]}]}]}]},{"N":"let","var":"Q{}targetRef","slot":"4","sType":"*NE ","line":"649","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"649","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TARGET"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-REF"}]}]}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"5","sType":"*NE ","line":"657","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"657","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"6","sType":"*NE ","line":"663","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"663","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"7","sType":"*NE ","line":"668","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"668","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"8","sType":"*NE ","line":"673","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"673","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"9","sType":"*NE ","line":"676","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"677","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"678"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"679"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"10","sType":"*NE ","line":"682","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"683","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"684"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"685"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"11","sType":"*NE ","line":"688","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"689","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"690","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"691","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"691"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"693","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"694","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"694"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"12","sType":"*NE ","line":"701","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"702","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"703"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"7","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"704"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"13","sType":"*NE ","line":"707","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"708","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"709"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"8","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"710"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"14","sType":"*NE ","line":"713","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"714","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"715","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"716","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"716"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"718","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"13"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"719","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"13","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"719"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"15","sType":"*NE ","line":"725","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"725","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"16","sType":"*NE ","line":"726","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"726","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"14"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:aRelationship","sType":"1NE nQ{http://product-information-graph.org}aRelationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"728","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"id","sType":"1NA ","line":"729","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"730","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}relationId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"730"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"732","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"733","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"733"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"736","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"15","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"736"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"737","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"738","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"738"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"742","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"16","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"742"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"743","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"744","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"14","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"744"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"747","C":[{"N":"choose","sType":"? ","line":"748","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"748","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"749","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"749"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"choose","sType":"? ","line":"753","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"753","C":[{"N":"varRef","name":"Q{}sourceRef","slot":"3"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}sourceRef","slot":"3"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"cas:aSourceLink","sType":"1NE nQ{http://product-information-graph.org}aSourceLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"754","C":[{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"755","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"756","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"756","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}typeRef","slot":"1"}]}]},{"N":"str","val":"-toSource"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"758","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"759","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}sourceRef","slot":"3","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"759"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"764","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"764","C":[{"N":"varRef","name":"Q{}targetRef","slot":"4"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}targetRef","slot":"4"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"cas:aTargetLink","sType":"1NE nQ{http://product-information-graph.org}aTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"765","C":[{"N":"sequence","sType":"*NE ","C":[{"N":"elem","name":"cas:hasClass","sType":"1NE nQ{http://product-information-graph.org}hasClass ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"766","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"767","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"767","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}typeRef","slot":"1"}]}]},{"N":"str","val":"-toTarget"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"idRef","sType":"1NE nQ{}idRef ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"769","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"770","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}targetRef","slot":"4","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"770"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"1","prec":"0","seq":"12","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"499","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPECIFICATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPECIFICATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}specId","slot":"0","sType":"*NE ","line":"500","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"500"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"501","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"501","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"502","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"502","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"3","sType":"*NE ","line":"509","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"509","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"4","sType":"*NE ","line":"515","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"515","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"5","sType":"*NE ","line":"520","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"520","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"6","sType":"*NE ","line":"525","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"525","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"7","sType":"*NE ","line":"528","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"529","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"530"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"531"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"8","sType":"*NE ","line":"534","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"535","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"536"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"537"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"9","sType":"*NE ","line":"540","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"541","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"542","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"7"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"543","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"7","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"543"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"545","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"8"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"546","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"8","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"546"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"10","sType":"*NE ","line":"553","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"554","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"555"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"556"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"11","sType":"*NE ","line":"559","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"560","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"561"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"562"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"12","sType":"*NE ","line":"565","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"566","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"567","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"568","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"568"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"570","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"571","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"571"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"13","sType":"*NE ","line":"577","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"577","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"14","sType":"*NE ","line":"578","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"578","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"580","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","sType":"1NA ","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","line":"581","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"582","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"582"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"att","name":"id","sType":"1NA ","line":"584","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"585","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}specId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"585"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"choose","sType":"? ","type":"item()*","line":"588","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"13","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"589"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"590","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"591","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"591"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"fn","name":"not","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"594","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14"}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"595","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Specification with id "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"597","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}specId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"597"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"602","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"602"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"603","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"604","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"604"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"607","C":[{"N":"choose","sType":"? ","line":"608","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"608","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"609","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"609"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"2","prec":"0","seq":"11","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"382","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-OBJECT']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-OBJECT","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}objectId","slot":"0","sType":"*NE ","line":"383","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"383"},{"N":"let","var":"Q{}typeRef","slot":"1","sType":"*NE ","line":"384","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"384","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TYPE"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE-REF"}]}]}]}]},{"N":"let","var":"Q{}values","slot":"2","sType":"*NE ","line":"385","C":[{"N":"filter","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"385","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"VALUES"}]}]},{"N":"let","var":"Q{}nameAttrDefString","slot":"3","sType":"*NE ","line":"392","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"392","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}nameAttrDefXhtml","slot":"4","sType":"*NE ","line":"398","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"398","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Name"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.ChapterName"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Name"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Title"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefXhtml","slot":"5","sType":"*NE ","line":"403","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"403","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-XHTML"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}textAttrDefString","slot":"6","sType":"*NE ","line":"408","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"408","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-STRING"}]}]},{"N":"or","C":[{"N":"or","C":[{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"ReqIF.Text"}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Description"}]}]},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"},{"N":"str","val":"Text"}]}]}]}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"let","var":"Q{}titleValueString","slot":"7","sType":"*NE ","line":"411","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"412","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"413"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefString","slot":"3","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"414"}]}]}]},{"N":"let","var":"Q{}titleValueXhtml","slot":"8","sType":"*NE ","line":"417","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"418","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"419"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}nameAttrDefXhtml","slot":"4","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"420"}]}]}]},{"N":"let","var":"Q{}titleValue","slot":"9","sType":"*NE ","line":"423","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"424","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"425","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueString","slot":"7"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"426","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueString","slot":"7","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"426"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"428","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValueXhtml","slot":"8"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"429","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValueXhtml","slot":"8","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"429"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}descriptionValueXhtml","slot":"10","sType":"*NE ","line":"436","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"437","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"438"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefXhtml","slot":"5","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"439"}]}]}]},{"N":"let","var":"Q{}descriptionValueString","slot":"11","sType":"*NE ","line":"442","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"callT","bSlot":"0","sType":"* ","name":"Q{}getAttributeValue","line":"443","C":[{"N":"withParam","name":"Q{}values","slot":"2","sType":"*","C":[{"N":"varRef","name":"Q{}values","slot":"2","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"444"}]},{"N":"withParam","name":"Q{}attrDefId","slot":"0","sType":"*","C":[{"N":"varRef","name":"Q{}textAttrDefString","slot":"6","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"445"}]}]}]},{"N":"let","var":"Q{}descriptionValue","slot":"12","sType":"*NE ","line":"448","C":[{"N":"doc","sType":"1ND ","base":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","role":"select","C":[{"N":"choose","sType":"? ","type":"item()*","line":"449","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"450","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueXhtml","slot":"10"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"451","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueXhtml","slot":"10","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"451"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"453","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValueString","slot":"11"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"454","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValueString","slot":"11","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"454"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"let","var":"Q{}hasTitle","slot":"13","sType":"*NE ","line":"460","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"460","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}titleValue","slot":"9"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"let","var":"Q{}hasDescription","slot":"14","sType":"*NE ","line":"461","C":[{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"461","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"normalize-space","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}descriptionValue","slot":"12"}]}]}]}]},{"N":"int","val":"0"}]},{"N":"elem","name":"cas:anEntity","sType":"1NE nQ{http://product-information-graph.org}anEntity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"463","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","sType":"1NA ","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","line":"464","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"465","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}typeRef","slot":"1","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"465"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"att","name":"id","sType":"1NA ","line":"467","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"468","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}objectId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"468"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"choose","sType":"? ","type":"item()*","line":"471","C":[{"N":"varRef","name":"Q{}hasTitle","slot":"13","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"472"},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"473","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"474","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}titleValue","slot":"9","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"474"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"fn","name":"not","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"477","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14"}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"478","C":[{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Object with id "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"480","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}objectId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"480"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"485","C":[{"N":"varRef","name":"Q{}hasDescription","slot":"14","sType":"*","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"485"},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"486","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"487","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}descriptionValue","slot":"12","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"487"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"490","C":[{"N":"choose","sType":"? ","line":"491","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"491","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"492","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"492"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"templateRule","rank":"3","prec":"0","seq":"7","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"235","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-ENUMERATION']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-ENUMERATION","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"236","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"237","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"238","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"238"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"240","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"241","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"241"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"243","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"243","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"244","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"245","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"245"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"248","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"248","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"249","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"250","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"250"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"253","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"4","prec":"0","seq":"6","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"212","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-DATE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-DATE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"213","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"214","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"215","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"215"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"217","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"218","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"218"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"220","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"220","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"221","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"222","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"222"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"225","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"225","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"226","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"227","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"227"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"230","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:dateTime"}]}]}]}]}]},{"N":"templateRule","rank":"5","prec":"0","seq":"5","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"189","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-BOOLEAN']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-BOOLEAN","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"190","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"191","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"192","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"192"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"194","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"195","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"195"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"197","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"197","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"198","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"199","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"199"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"202","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"202","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"203","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"204","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"204"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"207","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:boolean"}]}]}]}]}]},{"N":"templateRule","rank":"6","prec":"0","seq":"4","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"166","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-REAL']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-REAL","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"167","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"168","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"169","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"169"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"171","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"172","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"172"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"174","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"174","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"175","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"176","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"176"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"179","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"179","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"180","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"181","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"181"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"184","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:double"}]}]}]}]}]},{"N":"templateRule","rank":"7","prec":"0","seq":"3","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"143","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-INTEGER']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-INTEGER","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"144","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"145","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"146","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"146"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"148","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"149","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"149"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"151","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"151","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"152","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"153","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"153"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"156","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"156","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"157","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"158","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"158"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"161","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:integer"}]}]}]}]}]},{"N":"templateRule","rank":"8","prec":"0","seq":"2","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"120","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-XHTML']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-XHTML","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"121","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"122","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"123","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"123"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"125","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"126","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"126"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"128","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"128","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"129","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"130","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"130"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"133","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"133","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"134","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"135","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"135"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"138","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"9","prec":"0","seq":"1","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"97","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='ATTRIBUTE-DEFINITION-STRING']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"ATTRIBUTE-DEFINITION-STRING","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Property","sType":"1NE nQ{http://product-information-graph.org}Property ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"98","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:DatatypeProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"99","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"100","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"100"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"102","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"103","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"103"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"105","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"105","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"106","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"107","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"107"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"110","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"110","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"111","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"112","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"112"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"elem","name":"sh:datatype","sType":"1NE nQ{http://www.w3.org/ns/shacl#}datatype ","nsuri":"http://www.w3.org/ns/shacl#","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"115","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"xs:string"}]}]}]}]}]},{"N":"templateRule","rank":"10","prec":"0","seq":"0","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"5","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"/","prio":"-0.5","matches":"ND","C":[{"N":"p.nodeTest","role":"match","test":"ND","sType":"1ND","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ "},{"N":"let","var":"Q{}header","slot":"0","sType":"*NE ","line":"6","role":"action","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"6","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-HEADER"}]}]}]}]}]},{"N":"elem","name":"cas:aPackage","sType":"1NE nQ{http://product-information-graph.org}aPackage ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"7","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Package"}]},{"N":"att","name":"id","sType":"1NA ","line":"8","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"choose","sType":"?NT ","type":"item()*","line":"9","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","line":"10","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"11","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","role":"select","line":"11","C":[{"N":"docOrder","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER"}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"reqif-package"}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"18","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"19","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"20","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"21","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"21","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"TITLE"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"23","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Requirements from "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"25","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"25","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REPOSITORY-ID"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Requirements from unknown project"}]}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"32","C":[{"N":"choose","sType":"*NT ","type":"item()*","line":"33","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"34","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"35","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"35","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"COMMENT"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"37","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"docOrder","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]}]}]}]},{"N":"int","val":"0"}]}]},{"N":"sequence","sType":"*NT ","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Created with "}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"39","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"39","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"REQ-IF-TOOL-ID"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"ReqIF Document"}]}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"46","C":[{"N":"choose","sType":"? ","line":"47","C":[{"N":"docOrder","sType":"*NE","line":"47","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"CREATION-TIME"}]}]}]}]}]},{"N":"valueOf","flags":"l","sType":"1NT ","line":"48","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"48","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"treat","as":"N","diag":"1|0|XPTY0019|slash","C":[{"N":"varRef","name":"Q{}header","slot":"0"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"CREATION-TIME"}]}]}]}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]}]},{"N":"elem","name":"graph","sType":"1NE nQ{}graph ","nsuri":"","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"51","C":[{"N":"sequence","sType":"* ","C":[{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"53","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Organizer"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"54","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"55","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Organizer"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"56","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A class for organizing model-elements. An example is a list of requirements or a diagram using a certain notation."}]}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"58","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:Root"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"59","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Organizer"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"60","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Root"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"61","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"A subclass of cas:Organizer serving as a root for trees and tables."}]}]},{"N":"elem","name":"cas:enumeratedTargetLink","sType":"1NE nQ{http://product-information-graph.org}enumeratedTargetLink ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"62","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:lists"}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"64","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:linksTarget"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"65","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"66","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"67","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"68","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"to target"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"69","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Connects the target of a reified relationship or an organizer."}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"71","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"id","nsuri":"","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"cas:lists"}]},{"N":"att","name":"cas:hasClass","nsuri":"http://product-information-graph.org","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"72","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:linksTarget"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"73","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"74","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"75","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"lists"}]}]},{"N":"elem","name":"skos:definition","sType":"1NE nQ{https://www.w3.org/TR/skos-reference/}definition ","nsuri":"https://www.w3.org/TR/skos-reference/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"76","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"Lists an entity, a relationship or a subordinated organizer."}]}]}]}]},{"N":"applyT","sType":"* ","line":"79","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"79","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"80","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"80","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"81","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"81","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"83","mode":"Q{}entity","bSlot":"2","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"83","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"84","mode":"Q{}entity","bSlot":"2","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"84","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"85","mode":"Q{}relationship","bSlot":"3","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"85","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION-TYPE"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"87","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"87","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPECIFICATION"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"89","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"89","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT"}]}]}]}]}]}]},{"N":"applyT","sType":"* ","line":"91","mode":"#unnamed","bSlot":"1","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"91","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-RELATION"}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"2","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","name":"Q{}entity","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"9","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"287","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPECIFICATION-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPECIFICATION-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"288","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"289","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"290","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"290"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"292","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Root"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"293","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"294","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"294"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"296","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"296","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"297","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"298","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"298"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"301","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"301","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"302","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"303","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"303"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"307","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"307","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"308","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"309","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"309"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]},{"N":"templateRule","rank":"1","prec":"0","seq":"8","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"258","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-OBJECT-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-OBJECT-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"elem","name":"cas:Entity","sType":"1NE nQ{http://product-information-graph.org}Entity ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","role":"action","line":"259","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"260","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"261","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"261"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"263","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Entity"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"264","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"265","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"265"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"267","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"267","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"268","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"269","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"269"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"272","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"272","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"273","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"274","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"274"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"278","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"278","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"279","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"280","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"280"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]},{"N":"co","binds":"","id":"3","C":[{"N":"mode","onNo":"TC","flags":"","patternSlots":"0","name":"Q{}relationship","prec":"","C":[{"N":"templateRule","rank":"0","prec":"0","seq":"10","ns":"xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/","minImp":"0","flags":"s","slots":"200","baseUri":"file://C:/Users/od/source/repos/GfSE/CASCaDE-Reference-Implementation/public/assets/xslt/ReqIF-to-CAS.xsl","line":"316","module":"ReqIF-to-CAS.xsl","expand-text":"false","match":"*[local-name()='SPEC-RELATION-TYPE']","prio":"0.5","matches":"NE","C":[{"N":"p.withPredicate","role":"match","sType":"1NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"p.nodeTest","test":"NE"},{"N":"compareToString","op":"eq","val":"SPEC-RELATION-TYPE","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]}]}]},{"N":"let","var":"Q{}relationTypeId","slot":"0","sType":"*NE ","line":"317","role":"action","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","sType":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"317"},{"N":"sequence","sType":"?NE ","C":[{"N":"elem","name":"cas:Relationship","sType":"1NE nQ{http://product-information-graph.org}Relationship ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"320","C":[{"N":"sequence","sType":"* ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:Class"}]},{"N":"att","name":"id","sType":"1NA ","line":"321","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"322","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"varRef","sType":"*","name":"Q{}relationTypeId","slot":"0","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"322"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"324","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Relationship"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"325","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"326","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LONG-NAME","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"326"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"choose","sType":"? ","line":"328","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"328","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}DESC"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:description","sType":"1NE nQ{http://purl.org/dc/terms/}description ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"329","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"330","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}DESC","name":"attribute","nodeTest":"*NA nQ{}DESC","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"330"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"choose","sType":"? ","line":"333","C":[{"N":"and","sType":"1AB","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","line":"333","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"},{"N":"gc10","op":">","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"string-length","C":[{"N":"fn","name":"string","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE"}]}]}]},{"N":"int","val":"0"}]}]},{"N":"elem","name":"dcterms:modified","sType":"1NE nQ{http://purl.org/dc/terms/}modified ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"334","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"335","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}LAST-CHANGE","name":"attribute","nodeTest":"*NA nQ{}LAST-CHANGE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"335"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"true"},{"N":"empty","sType":"0 "}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedProperty ","line":"339","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"339","C":[{"N":"slash","op":"/","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-ATTRIBUTES"}]}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"fn","name":"starts-with","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"ATTRIBUTE-DEFINITION-"},{"N":"str","val":"http://www.w3.org/2005/xpath-functions/collation/codepoint"}]}]}]}]},{"N":"elem","name":"cas:enumeratedProperty","sType":"1NE nQ{http://product-information-graph.org}enumeratedProperty ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"340","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"341","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"341"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"347","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"348","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"349","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"349","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}relationTypeId","slot":"0"}]}]},{"N":"str","val":"-toSource"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"351","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"352","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"353","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"353","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"}]}]},{"N":"str","val":" to Source"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"356","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"356","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"357","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"358","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"358"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]},{"N":"elem","name":"cas:Link","sType":"1NE nQ{http://product-information-graph.org}Link ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"364","C":[{"N":"sequence","sType":"*N ","C":[{"N":"att","name":"rdf:type","nsuri":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","sType":"1NA ","C":[{"N":"str","sType":"1AS ","val":"owl:ObjectProperty"}]},{"N":"att","name":"id","sType":"1NA ","line":"365","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"valueOf","sType":"1NT ","flags":"l","line":"366","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"366","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"varRef","name":"Q{}relationTypeId","slot":"0"}]}]},{"N":"str","val":"-toTarget"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":""}]}]},{"N":"elem","name":"dcterms:title","sType":"1NE nQ{http://purl.org/dc/terms/}title ","nsuri":"http://purl.org/dc/terms/","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"368","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"369","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"fn","name":"concat","sType":"1AS","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"369","C":[{"N":"atomSing","diag":"0|0||concat","card":"?","C":[{"N":"first","C":[{"N":"axis","name":"attribute","nodeTest":"*NA nQ{}LONG-NAME"}]}]},{"N":"str","val":" to Target"}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]},{"N":"elem","name":"cas:specializes","sType":"1NE nQ{http://product-information-graph.org}specializes ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"371","C":[{"N":"valueOf","sType":"1NT ","C":[{"N":"str","sType":"1AS ","val":"cas:Link"}]}]},{"N":"forEach","sType":"*NE nQ{http://product-information-graph.org}enumeratedEndpoint ","line":"373","C":[{"N":"docOrder","sType":"*NE","role":"select","line":"373","C":[{"N":"docOrder","sType":"*NE","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","C":[{"N":"slash","op":"/","C":[{"N":"slash","op":"/","C":[{"N":"root"},{"N":"axis","name":"descendant-or-self","nodeTest":"*N"}]},{"N":"filter","C":[{"N":"axis","name":"child","nodeTest":"*NE"},{"N":"gc10","op":"=","comp":"GAC|http://www.w3.org/2005/xpath-functions/collation/codepoint","card":"1:1","C":[{"N":"fn","name":"local-name","C":[{"N":"dot"}]},{"N":"str","val":"SPEC-OBJECT-TYPE"}]}]}]}]}]},{"N":"elem","name":"cas:enumeratedEndpoint","sType":"1NE nQ{http://product-information-graph.org}enumeratedEndpoint ","nsuri":"http://product-information-graph.org","namespaces":"dcterms=http://purl.org/dc/terms/ xs=http://www.w3.org/2001/XMLSchema# cas=http://product-information-graph.org csc=http://omg.org/CASCaRA/cas/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# skos=https://www.w3.org/TR/skos-reference/ owl=http://www.w3.org/2002/07/owl#","line":"374","C":[{"N":"valueOf","flags":"l","sType":"1NT ","line":"375","C":[{"N":"fn","name":"string-join","role":"select","C":[{"N":"first","C":[{"N":"forEach","sType":"*AS ","C":[{"N":"data","sType":"*A ","C":[{"N":"mergeAdj","C":[{"N":"axis","sType":"*NA nQ{}IDENTIFIER","name":"attribute","nodeTest":"*NA nQ{}IDENTIFIER","ns":"= xml=~ xsl=~ cas=http://product-information-graph.org dcterms=http://purl.org/dc/terms/ rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# csc=http://omg.org/CASCaRA/cas/ reqif=http://www.omg.org/spec/ReqIF/20110401/reqif.xsd sh=http://www.w3.org/ns/shacl# xs=http://www.w3.org/2001/XMLSchema# owl=http://www.w3.org/2002/07/owl# skos=https://www.w3.org/TR/skos-reference/ ","role":"select","line":"375"}]}]},{"N":"fn","name":"string","sType":"1AS ","C":[{"N":"dot"}]}]}]},{"N":"str","sType":"1AS ","val":" "}]}]}]}]}]}]}]}]}]}]}]},{"N":"overridden"},{"N":"output","C":[{"N":"property","name":"Q{http://saxon.sf.net/}stylesheet-version","value":"10"},{"N":"property","name":"method","value":"xml"},{"N":"property","name":"encoding","value":"UTF-8"},{"N":"property","name":"indent","value":"yes"},{"N":"property","name":"standalone","value":"yes"}]},{"N":"decimalFormat"}],"Σ":"7f768b48"}
\ No newline at end of file
diff --git a/src/build-info.ts b/src/build-info.ts
index 9695658..b95e803 100644
--- a/src/build-info.ts
+++ b/src/build-info.ts
@@ -1,13 +1,13 @@
// Auto-generated by scripts/generate-build-info.js - DO NOT EDIT
-// Generated at: 2026-07-12T12:37:47.778Z
+// Generated at: 2026-07-21T05:32:13.833Z
export const BUILD_INFO = {
// from package.json:
appName: 'CASCaRA-Validation-Tool',
- appVersion: '0.2.8',
+ appVersion: '0.2.9',
// from Git:
- buildTime: '2026-07-12T12:37:47.778Z',
- gitCommit: '02f0f8b',
- gitBranch: '28-transform-cascara-to-rdfturtle',
+ buildTime: '2026-07-21T05:32:13.833Z',
+ gitCommit: '52f1fcb',
+ gitBranch: '101-render-the-document-outline-with-collapsible-folders-per-tree',
gitDirty: false
};
diff --git a/src/common/export/html/getHTML.ts b/src/common/export/html/getHTML.ts
index 4f6f3bd..67930fe 100644
--- a/src/common/export/html/getHTML.ts
+++ b/src/common/export/html/getHTML.ts
@@ -338,7 +338,7 @@ function propertiesToHTML(el: TPigAnElement, lang: tagIETF): string {
for (const prop of el.hasProperty) {
const propData = prop.get() as IAProperty;
if (propData && propData.hasClass) {
- const propValue = passify((propData.value || propData.idRef) as string); // one of the two must be present according to the schema
+ const propValue = passify((propData.value) as string);
const propClass = passify(propData.hasClass);
propertiesHTML += `
A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. (source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. (source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. (source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
A 'Paragraph' is an unspecified information in a document at any level.
", - "@language": "en" - }, - { - "@value": "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
", - "@language": "de" - } - ], - "cas:revision": "1.1", - "dcterms:modified": "2024-03-02T20:55:23.295Z", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Diagram" - }, - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "d:Req-35100bca2b005ba", - "@type": "IREB:Requirement", - "dcterms:modified": "2020-03-26T22:59:00+02:00", - "dcterms:title": [ - { - "@value": "Minimum button size", - "@language": "en" - } - ], - "dcterms:description": [ - { - "@value": "The button size MUST not be less than 20mm in diameter.
", - "@language": "en" - } - ], - "SpecIF:Priority": [ - { - "@id": "SpecIF:priorityRatherHigh", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:HierarchyRoot-P-Requirement-with-Enumerated-Property", - "@type": "cas:Root", - "cas:itemType": { - "@id": "cas:anEntity" - }, - "dcterms:modified": "2026-05-14T08:33:28.683Z", - "dcterms:title": [ - { - "@value": "Hierarchy Root" - } - ], - "dcterms:description": [ - { - "@value": "... anchoring all hierarchies of this graph (package)" - } - ], - "cas:lists": [ - { - "@id": "d:HR-bca801377e3d1547", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:HR-bca801377e3d1547", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:33:28.620Z", - "dcterms:title": [ - { - "@value": "Project 'Requirement with Enumerated Property'" - } - ], - "cas:Category": [ - { - "@value": "ReqIF:HierarchyRoot", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Req-35100bca2b005ba", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - } - ] -} diff --git a/tests/data/JSON-LD/05/Project_'Requirement_with_Enumerated_Property'.cas.jsonld b/tests/data/JSON-LD/05/Project_'Requirement_with_Enumerated_Property'.cas.jsonld new file mode 100644 index 0000000..13dc318 --- /dev/null +++ b/tests/data/JSON-LD/05/Project_'Requirement_with_Enumerated_Property'.cas.jsonld @@ -0,0 +1,682 @@ +{ + "@context": { + "FMC": "http://fmc-modeling.org#", + "IREB": "https://cpre.ireb.org/en/downloads-and-resources/glossary#", + "SpecIF": "https://specif.de/v1.2/schema#", + "cas": "https://product-information-graph.org/ontology/2026-05-08/metamodel#", + "d": "https://product-information-graph.org/examples/05_Requirement-with-Enumerated-Property.specif#", + "dcterms": "http://purl.org/dc/terms/", + "o": "https://product-information-graph.org/ontology/custom#", + "owl": "http://www.w3.org/2002/07/owl#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "sh": "http://www.w3.org/ns/shacl#", + "skos": "https://www.w3.org/TR/skos-reference/", + "xs": "http://www.w3.org/2001/XMLSchema#" + }, + "@id": "d:P-Requirement-with-Enumerated-Property", + "@type": "cas:Package", + "@graph": [ + { + "@id": "cas:Package", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Package" + } + ], + "skos:definition": [ + { + "@value": "A CASCaRA meta-model item used for packages comprising entities, relationships and potentially nested packages, both classes and instances." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "dcterms:contributor" + }, + { + "@id": "dcterms:license" + } + ] + }, + { + "@id": "FMC:Actor", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Actor" + } + ], + "skos:definition": [ + { + "@value": "A fundamental model-element class for actors (e.g. users, functions, systems, components, ...)." + } + ] + }, + { + "@id": "FMC:State", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "State" + } + ], + "skos:definition": [ + { + "@value": "A fundamental model-element class for states (e.g. system or process states, information, form, color, ...)." + } + ] + }, + { + "@id": "FMC:Event", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Event" + } + ], + "skos:definition": [ + { + "@value": "A fundamental model-element class for events (e.g. environmental or process events, ...)." + } + ] + }, + { + "@id": "cas:Organizer", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Organizer" + } + ], + "skos:definition": [ + { + "@value": "A class for organizing model-elements. An example is a list of requirements or a diagram using a certain notation." + } + ] + }, + { + "@id": "cas:Root", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Organizer" + }, + "dcterms:title": [ + { + "@value": "Root" + } + ], + "skos:definition": [ + { + "@value": "A subclass of cas:Organizer serving as a root for trees and tables." + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "cas:lists" + } + ] + }, + { + "@id": "cas:Tree", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Organizer" + }, + "dcterms:title": [ + { + "@value": "Tree" + } + ], + "skos:definition": [ + { + "@value": "A subclass of cas:Organizer for strictly hierarchical data structures referencing entities and relationships." + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "cas:lists" + } + ] + }, + { + "@id": "cas:Outline", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Tree" + }, + "dcterms:title": [ + { + "@value": "Outline" + } + ], + "skos:definition": [ + { + "@value": "A subclass of cas:Tree comprising all information items of a human-readable document. As usual, the outline is hierarchically organized." + } + ] + }, + { + "@id": "cas:Enumeration", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Enumeration" + } + ], + "skos:definition": [ + { + "@value": "A CASCaRA meta-model item used for enumerations of values." + } + ] + }, + { + "@id": "cas:Diagram", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "cas:specializes": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "Diagram" + } + ], + "skos:definition": [ + { + "@value": "A diagram illustrating the resource or a link to a diagram." + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "cas:Category", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "cas:specializes": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "has category" + } + ], + "skos:definition": [ + { + "@value": "Specifies a category for an element (entity, relationship or organizer)." + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "cas:Notation", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "cas:specializes": { + "@id": "cas:Category" + }, + "dcterms:title": [ + { + "@value": "Notation" + } + ], + "skos:definition": [ + { + "@value": "A reference to a notation defining the syntax and semantics of a diagram." + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "cas:linksSource", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:Link" + }, + "dcterms:title": [ + { + "@value": "to source" + } + ], + "skos:definition": [ + { + "@value": "Connects the source of a reified relationship." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, + { + "@id": "cas:linksTarget", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:Link" + }, + "dcterms:title": [ + { + "@value": "to target" + } + ], + "skos:definition": [ + { + "@value": "Connects the target of a reified relationship or an organizer." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, + { + "@id": "cas:lists", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "lists" + } + ], + "skos:definition": [ + { + "@value": "Lists an entity, a relationship or a subordinated organizer." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + }, + { + "@id": "cas:Organizer" + } + ] + }, + { + "@id": "SpecIF:Priority-Value", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Enumeration" + }, + "cas:specializes": { + "@id": "cas:Enumeration" + }, + "dcterms:title": [ + { + "@value": "Priority", + "@language": "en" + }, + { + "@value": "Priorität", + "@language": "de" + }, + { + "@value": "Priorité", + "@language": "fr" + } + ], + "skos:definition": [ + { + "@value": "Enumerated values for the 'Priority' of the resource.", + "@language": "en" + } + ], + "dcterms:modified": "2020-03-26T22:59:00+02:00", + "cas:enumeratedValue": [ + { + "@id": "SpecIF:priorityHigh", + "dcterms:title": [ + { + "@value": "high", + "@language": "en" + }, + { + "@value": "hoch", + "@language": "de" + }, + { + "@value": "haut", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityRatherHigh", + "dcterms:title": [ + { + "@value": "rather high", + "@language": "en" + }, + { + "@value": "eher hoch", + "@language": "de" + }, + { + "@value": "plutôt haut", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityMedium", + "dcterms:title": [ + { + "@value": "medium", + "@language": "en" + }, + { + "@value": "mittel", + "@language": "de" + }, + { + "@value": "moyen", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityRatherLow", + "dcterms:title": [ + { + "@value": "rather low", + "@language": "en" + }, + { + "@value": "eher niedrig", + "@language": "de" + }, + { + "@value": "plutôt bas", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityLow", + "dcterms:title": [ + { + "@value": "low", + "@language": "en" + }, + { + "@value": "niedrig", + "@language": "de" + }, + { + "@value": "bas", + "@language": "fr" + } + ] + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "SpecIF:Priority", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "Priority", + "@language": "en" + }, + { + "@value": "Priorität", + "@language": "de" + }, + { + "@value": "Priorité", + "@language": "fr" + } + ], + "skos:definition": [ + { + "@value": "Enumerated value for the 'Priority' of the resource.", + "@language": "en" + } + ], + "dcterms:modified": "2020-03-26T22:59:00+02:00", + "cas:enumeratedEndpoint": [ + { + "@id": "SpecIF:Priority-Value" + } + ] + }, + { + "@id": "IREB:Requirement", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Requirement", + "@language": "en" + }, + { + "@value": "Anforderung", + "@language": "de" + }, + { + "@value": "Exigence", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. ( source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. ( source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. ( source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
The button size MUST not be less than 20mm in diameter.
", + "@language": "en" + } + ], + "dcterms:modified": "2020-03-26T22:59:00+02:00", + "SpecIF:Priority": [ + { + "@id": "SpecIF:priorityRatherHigh", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HierarchyRoot-P-Requirement-with-Enumerated-Property", + "@type": "cas:Root", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Hierarchy Root" + } + ], + "dcterms:description": [ + { + "@value": "... anchoring all hierarchies of this graph (package)" + } + ], + "dcterms:modified": "2026-04-08T08:14:32.112Z", + "cas:lists": [ + { + "@id": "d:HR-bca801377e3d1547", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HR-bca801377e3d1547", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Project 'Requirement with Enumerated Property'" + } + ], + "dcterms:modified": "2026-04-08T08:14:32.065Z", + "cas:Category": [ + { + "@value": "ReqIF:HierarchyRoot", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:Req-35100bca2b005ba", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + } + ], + "cas:itemType": { + "@id": "cas:aPackage" + }, + "dcterms:title": [ + { + "@value": "Project 'Requirement with Enumerated Property'" + } + ], + "dcterms:modified": "2026-04-08T08:14:32.015Z", + "dcterms:contributor": [ + { + "@value": "mailto:oskar.dungern@gfse.org", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "dcterms:license": [ + { + "@value": "https://creativecommons.org/licenses/by-sa/4.0/", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ] +} \ No newline at end of file diff --git a/tests/data/JSON-LD/11/Alice_works_for_ACME.cas.jsonld b/tests/data/JSON-LD/11/Alice_works_for_ACME.cas.jsonld index 35a1ccb..7a3bdbd 100644 --- a/tests/data/JSON-LD/11/Alice_works_for_ACME.cas.jsonld +++ b/tests/data/JSON-LD/11/Alice_works_for_ACME.cas.jsonld @@ -57,8 +57,15 @@ ], "skos:definition": [ { - "@value": "A subclass of cas:Organizer used for a partial graph selected for exchange or access permissions.", - "@language": "en" + "@value": "A CASCaRA meta-model item used for packages comprising entities, relationships and potentially nested packages, both classes and instances." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "dcterms:contributor" + }, + { + "@id": "dcterms:license" } ] }, @@ -149,6 +156,33 @@ "sh:maxLength": 32, "sh:minCount": 0 }, + { + "@id": "cas:Link", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "dcterms:title": [ + { + "@value": "linked with", + "@language": "en" + } + ], + "skos:definition": [ + { + "@value": "A CASCaRA meta-model item connecting a reified relationship with its source or target. Also connects an organizer to a model element", + "@language": "en" + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, { "@id": "cas:linksSource", "@type": "owl:ObjectProperty", @@ -654,5 +688,21 @@ "@language": "en" } ], - "dcterms:modified": "2026-01-20T09:38:26.464Z" -} + "dcterms:modified": "2026-01-20T09:38:26.464Z", + "dcterms:contributor": [ + { + "@value": "mailto:oskar.dungern@gfse.org", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "dcterms:license": [ + { + "@value": "https://creativecommons.org/licenses/by-sa/4.0/", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ] +} \ No newline at end of file diff --git a/tests/data/JSON-LD/21/Project 'Very Simple Model (FMC) with Requirements'.cas.jsonld b/tests/data/JSON-LD/21/Project 'Very Simple Model (FMC) with Requirements'.cas.jsonld deleted file mode 100644 index 974f82c..0000000 --- a/tests/data/JSON-LD/21/Project 'Very Simple Model (FMC) with Requirements'.cas.jsonld +++ /dev/null @@ -1,1711 +0,0 @@ -{ - "@context": { - "o": "https://product-information-graph.org/v0.2/ontology#", - "d": "https://product-information-graph.org/examples/09_Very-Simple-Model-FMC-with-Requirements.specif.zip#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "owl": "http://www.w3.org/2002/07/owl#", - "skos": "https://www.w3.org/TR/skos-reference/", - "sh": "http://www.w3.org/ns/shacl#", - "xs": "http://www.w3.org/2001/XMLSchema#", - "dcterms": "http://purl.org/dc/terms/", - "FMC": "http://fmc-modeling.org#", - "IREB": "https://cpre.ireb.org/en/downloads-and-resources/glossary#", - "oslc_rm": "http://open-services.net/ns/rm#", - "cas": "https://product-information-graph.org/v0.2/metamodel#", - "SpecIF": "https://specif.de/v1.2/schema#" - }, - "@id": "d:ACP-Very-Simple-Model-FMC-with-Requirements", - "@type": "cas:Package", - "cas:itemType": { - "@id": "cas:aPackage" - }, - "dcterms:title": [ - { - "@value": "Project 'Very Simple Model (FMC) with Requirements'" - } - ], - "dcterms:modified": "2026-05-14T08:07:52.031Z", - "@graph": [ - { - "@id": "cas:Organizer", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Organizer" - } - ], - "skos:definition": [ - { - "@value": "A CASCaRA meta-model item for organizing model-elements. An example is a list of requirements or a diagram using a certain notation." - } - ] - }, - { - "@id": "cas:Package", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Organizer" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Package" - } - ], - "skos:definition": [ - { - "@value": "A subclass of cas:Organizer used for a partial graph selected for exchange or access permissions." - } - ] - }, - { - "@id": "cas:Root", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Organizer" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Root" - } - ], - "skos:definition": [ - { - "@value": "A subclass of cas:Organizer serving as a root for trees and tables." - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "cas:lists" - } - ] - }, - { - "@id": "cas:Tree", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Organizer" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Tree" - } - ], - "skos:definition": [ - { - "@value": "A subclass of cas:Organizer for strictly hierarchical data structures referencing entities and relationships." - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "cas:lists" - } - ] - }, - { - "@id": "cas:Outline", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Tree" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Outline" - } - ], - "skos:definition": [ - { - "@value": "A subclass of cas:Tree comprising all information items of a human-readable document. As usual, the outline is hierarchically organized." - } - ] - }, - { - "@id": "cas:Table", - "@type": "owl:Class", - "cas:specializes": { - "@id": "cas:Organizer" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "dcterms:title": [ - { - "@value": "Table" - } - ], - "skos:definition": [ - { - "@value": "A subclass of cas:Organizer representing a table showing selected model elements." - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "cas:shows" - } - ] - }, - { - "@id": "cas:Diagram", - "@type": "owl:DatatypeProperty", - "cas:specializes": { - "@id": "cas:Property" - }, - "cas:itemType": { - "@id": "cas:Property" - }, - "dcterms:title": [ - { - "@value": "Diagram" - } - ], - "skos:definition": [ - { - "@value": "A diagram illustrating the resource or a link to a diagram." - } - ], - "sh:datatype": { - "@id": "xs:string" - }, - "sh:minCount": 0 - }, - { - "@id": "cas:Category", - "@type": "owl:DatatypeProperty", - "cas:specializes": { - "@id": "cas:Property" - }, - "cas:itemType": { - "@id": "cas:Property" - }, - "dcterms:title": [ - { - "@value": "has category" - } - ], - "skos:definition": [ - { - "@value": "Specifies a category for an element (entity, relationship or organizer)." - } - ], - "sh:datatype": { - "@id": "xs:string" - }, - "sh:maxLength": 32, - "sh:minCount": 0, - "sh:maxCount": 1 - }, - { - "@id": "cas:Notation", - "@type": "owl:DatatypeProperty", - "cas:specializes": { - "@id": "cas:Category" - }, - "cas:itemType": { - "@id": "cas:Property" - }, - "dcterms:title": [ - { - "@value": "Notation" - } - ], - "skos:definition": [ - { - "@value": "A reference to a notation defining the syntax and semantics of a diagram." - } - ], - "sh:datatype": { - "@id": "xs:string" - }, - "sh:minCount": 0, - "sh:maxCount": 1 - }, - { - "@id": "cas:linksSource", - "@type": "owl:ObjectProperty", - "cas:specializes": { - "@id": "cas:Link" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "cas:Entity" - }, - { - "@id": "cas:Relationship" - } - ], - "dcterms:title": [ - { - "@value": "to source" - } - ], - "skos:definition": [ - { - "@value": "Connects the source of a reified relationship." - } - ] - }, - { - "@id": "cas:linksTarget", - "@type": "owl:ObjectProperty", - "cas:specializes": { - "@id": "cas:Link" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "cas:Entity" - }, - { - "@id": "cas:Relationship" - } - ], - "dcterms:title": [ - { - "@value": "to target" - } - ], - "skos:definition": [ - { - "@value": "Connects the target of a reified relationship or an organizer." - } - ] - }, - { - "@id": "cas:lists", - "@type": "owl:ObjectProperty", - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "cas:Entity" - }, - { - "@id": "cas:Relationship" - }, - { - "@id": "cas:Organizer" - } - ], - "dcterms:title": [ - { - "@value": "lists" - } - ], - "skos:definition": [ - { - "@value": "Lists an entity, a relationship or a subordinated organizer." - } - ] - }, - { - "@id": "cas:shows", - "@type": "owl:ObjectProperty", - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "cas:Entity" - }, - { - "@id": "cas:Relationship" - } - ], - "dcterms:title": [ - { - "@value": "shows" - } - ], - "skos:definition": [ - { - "@value": "Shows an entity or a relationship." - } - ] - }, - { - "@id": "cas:depicts", - "@type": "owl:ObjectProperty", - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "cas:Entity" - } - ], - "dcterms:title": [ - { - "@value": "depicts" - } - ], - "skos:definition": [ - { - "@value": "Depicts an entity; inverse of uml:ownedDiagram." - } - ] - }, - { - "@id": "SpecIF:Priority-Enumeration", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "Priority", - "@language": "en" - }, - { - "@value": "Priorität", - "@language": "de" - }, - { - "@value": "Priorité", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "Enumerated values for the 'Priority' of the resource.", - "@language": "en" - } - ], - "dcterms:modified": "2016-05-26T08:59:00+02:00", - "cas:itemType": { - "@id": "cas:Enumeration" - }, - "cas:specializes": { - "@id": "cas:Enumeration" - }, - "sh:datatype": { - "@id": "xs:string" - }, - "cas:enumeratedValue": [ - { - "@id": "SpecIF:priorityHigh", - "dcterms:title": [ - { - "@value": "high", - "@language": "en" - }, - { - "@value": "hoch", - "@language": "de" - }, - { - "@value": "haut", - "@language": "fr" - } - ] - }, - { - "@id": "SpecIF:priorityMedium", - "dcterms:title": [ - { - "@value": "medium", - "@language": "en" - }, - { - "@value": "mittel", - "@language": "de" - }, - { - "@value": "moyen", - "@language": "fr" - } - ] - }, - { - "@id": "SpecIF:priorityLow", - "dcterms:title": [ - { - "@value": "low", - "@language": "en" - }, - { - "@value": "niedrig", - "@language": "de" - }, - { - "@value": "bas", - "@language": "fr" - } - ] - } - ] - }, - { - "@id": "SpecIF:Priority", - "@type": "owl:ObjectProperty", - "dcterms:title": [ - { - "@value": "Priority", - "@language": "en" - }, - { - "@value": "Priorität", - "@language": "de" - }, - { - "@value": "Priorité", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "Enumerated values for the 'Priority' of the resource.", - "@language": "en" - } - ], - "dcterms:modified": "2020-03-26T22:59:00+02:00", - "cas:specializes": { - "@id": "cas:Link" - }, - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:enumeratedEndpoint": [ - { - "@id": "SpecIF:Priority-Enumeration" - } - ] - }, - { - "@id": "o:PC-Diagram-10900558082", - "@type": "owl:DatatypeProperty", - "dcterms:title": [ - { - "@value": "cas:Diagram" - } - ], - "skos:definition": [ - { - "@value": "A diagram illustrating the resource or a link to a diagram." - } - ], - "cas:revision": "1.1", - "dcterms:modified": "2026-02-12T22:05:14.551Z", - "cas:specializes": { - "@id": "cas:Property" - }, - "cas:itemType": { - "@id": "cas:Property" - }, - "sh:datatype": { - "@id": "xs:string" - } - }, - { - "@id": "SpecIF:Paragraph", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "Paragraph", - "@language": "en" - }, - { - "@value": "Textabsatz", - "@language": "de" - }, - { - "@value": "Paragraphe", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "A 'Paragraph' is an unspecified information in a document at any level.
", - "@language": "en" - }, - { - "@value": "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
", - "@language": "de" - } - ], - "cas:revision": "1.1", - "dcterms:modified": "2024-03-02T20:55:23.295Z", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Diagram" - }, - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "cas:View", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "View" - } - ], - "skos:definition": [ - { - "@value": "A PIG organizer class representing a diagram with certain model-elements for a given communication purpose." - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Organizer" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:icon": { - "@value": "▣" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Diagram" - }, - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "cas:shows" - }, - { - "@id": "cas:depicts" - } - ] - }, - { - "@id": "FMC:Actor", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "Actor", - "@language": "en" - }, - { - "@value": "Akteur", - "@language": "de" - }, - { - "@value": "Acteur", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "An 'Actor' is a fundamental model element type representing an active entity, be it an activity, a process step, a function, a system component or a role.
The particular use or original type is specified with a [[dcterms:type]] property of the 'FMC:Actor'. A value of that property should be an ontology-term, such as [[bpmn:processStep]].
", - "@language": "en" - }, - { - "@value": "Ein 'Akteur' ist ein fundamentaler Modellelementtyp, der eine aktive Entität darstellt, sei es eine Aktivität, ein Prozessschritt, eine Funktion, eine Systemkomponente oder eine Rolle.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Actor' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[bpmn:timer]].
", - "@language": "de" - }, - { - "@value": "Un 'Acteur' est un type d'élément de modèle fondamental représentant une entité active, qu'il s'agisse d'une activité, d'une étape de processus, d'une fonction, d'un composant de système ou d'un rôle.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Actor'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:timer]].
", - "@language": "fr" - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:icon": { - "@value": "□" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "FMC:State", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "State", - "@language": "en" - }, - { - "@value": "Zustand", - "@language": "de" - }, - { - "@value": "État", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "A 'State' is a fundamental model element type representing a passive entity, be it a value, a condition, an information storage or even a physical shape.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:State'. A value of that property should bean ontology-term, such as [[bpmn:dataObject]].
", - "@language": "en" - }, - { - "@value": "Ein 'Zustand' ist ein fundamentaler Modellelementtyp, der eine passive Entität darstellt, sei es ein Wert, ein Dokument, ein Informationsspeicher, eine Bedingung oder eine physische Beschaffenheit.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:State' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[ArchiMate:DataObject]].
", - "@language": "de" - }, - { - "@value": "Un 'État' est un type d'élément de modèle fondamental représentant une entité passive, qu'il s'agisse d'une valeur, d'une condition, d'un stockage d'informations ou même d'une forme physique.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:State'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[ArchiMate:DataObject]].
", - "@language": "fr" - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:icon": { - "@value": "○" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "FMC:Event", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "Event", - "@language": "en" - }, - { - "@value": "Ereignis", - "@language": "de" - }, - { - "@value": "Évenement", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "An 'Event' is a fundamental model element type representing a time reference, a change in condition/value or more generally a synchronization primitive.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:Event'. A value of that property should be an ontology-term, such as [[bpmn:startEvent]].
", - "@language": "en" - }, - { - "@value": "Ein 'Ereignis' ist ein fundamentaler Modellelementtyp, der eine Zeitreferenz, eine Änderung einer Bedingung/eines Wertes oder allgemeiner ein Synchronisationsmittel darstellt.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Event' spezifiziert. Die Werte dieser Eigenschaft sollen Ontologiebegriffe sein, wie z.B. [[bpmn:startEvent]].
", - "@language": "de" - }, - { - "@value": "Un 'Événement' est un type d'élément de modèle fondamental représentant une référence temporelle, un changement de condition/valeur ou plus généralement une primitive de synchronisation.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Event'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:startEvent]].
", - "@language": "fr" - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:icon": { - "@value": "♢" - }, - "cas:enumeratedProperty": [ - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "IREB:Requirement", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "Requirement", - "@language": "en" - }, - { - "@value": "Anforderung", - "@language": "de" - }, - { - "@value": "Exigence", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. (source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. (source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. (source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
A 'Paragraph' is an unspecified information in a document at any level.
", - "@language": "en" - }, - { - "@value": "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
", - "@language": "de" - } - ], - "cas:revision": "1.1", - "dcterms:modified": "2024-03-02T20:55:23.295Z", - "cas:specializes": { - "@id": "cas:Entity" - }, - "cas:itemType": { - "@id": "cas:Entity" - }, - "cas:enumeratedProperty": [ - { - "@id": "o:PC-Diagram-10900558082" - }, - { - "@id": "cas:Category" - } - ], - "cas:enumeratedTargetLink": [ - ] - }, - { - "@id": "SpecIF:writes", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "writes", - "@language": "en" - }, - { - "@value": "schreibt", - "@language": "de" - }, - { - "@value": "écrit", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "A [[FMC:Actor]] 'writes' (changes) a [[FMC:State]].", - "@language": "en" - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Relationship" - }, - "cas:itemType": { - "@id": "cas:Relationship" - }, - "cas:enumeratedProperty": [ - ], - "cas:enumeratedSourceLink": [ - { - "@id": "SpecIF:writes-toSource" - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "SpecIF:writes-toTarget" - } - ] - }, - { - "@id": "SpecIF:writes-toSource", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksSource" - }, - "dcterms:title": [ - { - "@value": "SpecIF:writes to source" - } - ], - "dcterms:description": [ - { - "@value": "Connects the source of SpecIF:writes" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "FMC:Actor" - } - ] - }, - { - "@id": "SpecIF:writes-toTarget", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "dcterms:title": [ - { - "@value": "SpecIF:writes to target" - } - ], - "dcterms:description": [ - { - "@value": "Connects the target of SpecIF:writes" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "FMC:State" - } - ] - }, - { - "@id": "SpecIF:reads", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "reads", - "@language": "en" - }, - { - "@value": "liest", - "@language": "de" - }, - { - "@value": "lit", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "A [[FMC:Actor]] 'reads' a [[FMC:State]].", - "@language": "en" - } - ], - "dcterms:modified": "2018-05-10T11:54:00+01:00", - "cas:specializes": { - "@id": "cas:Relationship" - }, - "cas:itemType": { - "@id": "cas:Relationship" - }, - "cas:enumeratedProperty": [ - ], - "cas:enumeratedSourceLink": [ - { - "@id": "SpecIF:reads-toSource" - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "SpecIF:reads-toTarget" - } - ] - }, - { - "@id": "SpecIF:reads-toSource", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksSource" - }, - "dcterms:title": [ - { - "@value": "SpecIF:reads to source" - } - ], - "dcterms:description": [ - { - "@value": "Connects the source of SpecIF:reads" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "FMC:Actor" - } - ] - }, - { - "@id": "SpecIF:reads-toTarget", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "dcterms:title": [ - { - "@value": "SpecIF:reads to target" - } - ], - "dcterms:description": [ - { - "@value": "Connects the target of SpecIF:reads" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "FMC:State" - } - ] - }, - { - "@id": "oslc_rm:satisfies", - "@type": "owl:Class", - "dcterms:title": [ - { - "@value": "satisfies", - "@language": "en" - }, - { - "@value": "erfüllt", - "@language": "de" - }, - { - "@value": "satisfait", - "@language": "fr" - } - ], - "skos:definition": [ - { - "@value": "The object is satisfied by the subject. (source: OSLC)
SpecIF suggests that the subject is confined to a model element, e.g, a [[FMC:Actor]] or [[FMC:State]], and the object is confined to a [[IREB:Requirement]]. More concretely, an example for this type of statement is 'Component-X satisfies 'Requirement-4711'.
", - "@language": "en" - } - ], - "dcterms:modified": "2016-05-26T08:59:00+02:00", - "cas:specializes": { - "@id": "cas:Relationship" - }, - "cas:itemType": { - "@id": "cas:Relationship" - }, - "cas:enumeratedProperty": [ - ], - "cas:enumeratedSourceLink": [ - { - "@id": "oslc_rm:satisfies-toSource" - } - ], - "cas:enumeratedTargetLink": [ - { - "@id": "oslc_rm:satisfies-toTarget" - } - ] - }, - { - "@id": "oslc_rm:satisfies-toSource", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksSource" - }, - "dcterms:title": [ - { - "@value": "oslc_rm:satisfies to source" - } - ], - "dcterms:description": [ - { - "@value": "Connects the source of oslc_rm:satisfies" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "FMC:Actor" - }, - { - "@id": "FMC:State" - } - ] - }, - { - "@id": "oslc_rm:satisfies-toTarget", - "@type": "owl:ObjectProperty", - "cas:itemType": { - "@id": "cas:Link" - }, - "cas:specializes": { - "@id": "cas:linksTarget" - }, - "dcterms:title": [ - { - "@value": "oslc_rm:satisfies to target" - } - ], - "dcterms:description": [ - { - "@value": "Connects the target of oslc_rm:satisfies" - } - ], - "cas:enumeratedEndpoint": [ - { - "@id": "IREB:Requirement" - } - ] - }, - { - "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", - "@type": "IREB:Requirement", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:title": [ - { - "@value": "Data Volume" - } - ], - "dcterms:description": [ - { - "@value": "The data store MUST support a total volume up to 850 GB.
" - } - ], - "SpecIF:Priority": [ - { - "@id": "SpecIF:priorityHigh", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", - "@type": "IREB:Requirement", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:title": [ - { - "@value": "Consistency" - } - ], - "dcterms:description": [ - { - "@value": "The data store MUST be consistent at all times.
" - } - ], - "SpecIF:Priority": [ - { - "@id": "SpecIF:priorityHigh", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", - "@type": "IREB:Requirement", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:title": [ - { - "@value": "Response Time" - } - ], - "dcterms:description": [ - { - "@value": "The system SHOULD respond on user queries within 300 ms.
" - } - ], - "SpecIF:Priority": [ - { - "@id": "SpecIF:priorityMedium", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:Diagram-aec0df7900010000017001eaf53e8876", - "@type": "cas:View", - "dcterms:modified": "2020-03-06T08:32:00+01:00", - "dcterms:title": [ - { - "@value": "IT-Integration: FiCo-Application and FiCo-Data" - } - ], - "cas:Diagram": [ - { - "@value": "Model Diagram:
", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:Category": [ - { - "@value": "FMC Block Diagram", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:shows": [ - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "@type": "FMC:Actor", - "dcterms:modified": "2020-03-06T09:04:00+01:00", - "dcterms:title": [ - { - "@value": "FiCo-Application" - } - ], - "dcterms:description": [ - { - "@value": "IT-Application for Finance and Controlling.
" - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "@type": "FMC:State", - "dcterms:modified": "2020-03-06T09:03:00+01:00", - "dcterms:title": [ - { - "@value": "FiCo-Data" - } - ], - "dcterms:description": [ - { - "@value": "Finance and Controlling Data, such as cost-units per project with budget, accrued cost etc.
" - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", - "@type": "SpecIF:writes", - "dcterms:modified": "2020-03-06T09:05:00+01:00", - "dcterms:description": [ - { - "@value": "'FiCo-Application' writes 'FiCo-Data'" - } - ], - "cas:itemType": { - "@id": "cas:aRelationship" - }, - "SpecIF:writes-toSource": [ - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "cas:itemType": { - "@id": "cas:aSourceLink" - } - } - ], - "SpecIF:writes-toTarget": [ - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", - "@type": "SpecIF:reads", - "dcterms:modified": "2020-03-06T09:05:00+01:00", - "dcterms:description": [ - { - "@value": "'FiCo-Application' reads 'FiCo-Data'" - } - ], - "cas:itemType": { - "@id": "cas:aRelationship" - }, - "SpecIF:reads-toSource": [ - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "cas:itemType": { - "@id": "cas:aSourceLink" - } - } - ], - "SpecIF:reads-toTarget": [ - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Ssat-50feddc00029b1a8016e2872e78ecadc-1a8016e2872e78ecadc50feddc00029b", - "@type": "oslc_rm:satisfies", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:description": [ - { - "@value": "'FiCo-Data' satisfies 'Data Volume'" - } - ], - "cas:itemType": { - "@id": "cas:aRelationship" - }, - "oslc_rm:satisfies-toSource": [ - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aSourceLink" - } - } - ], - "oslc_rm:satisfies-toTarget": [ - { - "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Ssat-50feddc00029b1a8016e2872e78ecadc-0Z7916e2872e78ecadc50feddc00918a", - "@type": "oslc_rm:satisfies", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:description": [ - { - "@value": "'FiCo-Data' satisfies 'Consistency'" - } - ], - "cas:itemType": { - "@id": "cas:aRelationship" - }, - "oslc_rm:satisfies-toSource": [ - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aSourceLink" - } - } - ], - "oslc_rm:satisfies-toTarget": [ - { - "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Ssat-50fbfe8f0029b1a8016ea86245a9d83a-2b9016e2872e78ecadc50feddc0013Ac", - "@type": "oslc_rm:satisfies", - "dcterms:modified": "2020-10-17T10:00:00+01:00", - "dcterms:description": [ - { - "@value": "'FiCo-Application' satisfies 'Response Time'" - } - ], - "cas:itemType": { - "@id": "cas:aRelationship" - }, - "oslc_rm:satisfies-toSource": [ - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "cas:itemType": { - "@id": "cas:aSourceLink" - } - } - ], - "oslc_rm:satisfies-toTarget": [ - { - "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:HierarchyRoot-ACP-Very-Simple-Model-FMC-with-Requirements", - "@type": "cas:Root", - "cas:itemType": { - "@id": "cas:anEntity" - }, - "dcterms:modified": "2026-05-14T08:07:52.208Z", - "dcterms:title": [ - { - "@value": "Hierarchy Root" - } - ], - "dcterms:description": [ - { - "@value": "... anchoring all hierarchies of this graph (package)" - } - ], - "cas:lists": [ - { - "@id": "d:HR-Folder-Introduction", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:HR-Folder-Requirements", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:HR-Folder-SystemModel", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:HR-FolderGlossary-10875487071", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Folder-Introduction", - "@type": "cas:Outline", - "dcterms:modified": "2025-02-07T08:32:00+01:00", - "dcterms:title": [ - { - "@value": "Introduction" - } - ], - "dcterms:description": [ - { - "@value": "This is a minimal showcase for a model with model-elements and related requirements. It covers pretty much all characteristics neeeded in such cases (including 'statements on statements'), so that transformations and expressive power of other data formats can be evaluated. The example and its representation in SpecIF format is discussed in Tutorial 6: Very Simple Model (FMC) and Tutorial 9: Very Simple Model (FMC) with Requirements.
" - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - } - }, - { - "@id": "d:HR-Folder-Introduction", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:07:52.125Z", - "dcterms:title": [ - { - "@value": "Project 'Very Simple Model (FMC) with Requirements'" - } - ], - "cas:Category": [ - { - "@value": "ReqIF:HierarchyRoot", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Folder-Introduction", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Folder-Requirements", - "@type": "cas:Outline", - "dcterms:modified": "2020-03-06T08:32:00+01:00", - "dcterms:title": [ - { - "@value": "Requirements" - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:HR-Folder-Requirements", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:07:52.125Z", - "dcterms:title": [ - { - "@value": "Project 'Very Simple Model (FMC) with Requirements'" - } - ], - "cas:Category": [ - { - "@value": "ReqIF:HierarchyRoot", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Folder-Requirements", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:Folder-SystemModel", - "@type": "cas:Outline", - "dcterms:modified": "2020-03-06T08:32:00+01:00", - "dcterms:title": [ - { - "@value": "System Model" - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Diagram-aec0df7900010000017001eaf53e8876", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:HR-Folder-SystemModel", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:07:52.125Z", - "dcterms:title": [ - { - "@value": "Project 'Very Simple Model (FMC) with Requirements'" - } - ], - "cas:Category": [ - { - "@value": "ReqIF:HierarchyRoot", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:Folder-SystemModel", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:FolderGlossary-10875487071", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:07:46.986Z", - "dcterms:title": [ - { - "@value": "Model Elements (Glossary)" - } - ], - "cas:Category": [ - { - "@value": "SpecIF:Glossary", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - }, - { - "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - }, - { - "@id": "d:HR-FolderGlossary-10875487071", - "@type": "cas:Outline", - "dcterms:modified": "2026-05-14T08:07:52.125Z", - "dcterms:title": [ - { - "@value": "Project 'Very Simple Model (FMC) with Requirements'" - } - ], - "cas:Category": [ - { - "@value": "ReqIF:HierarchyRoot", - "cas:itemType": { - "@id": "cas:aProperty" - } - } - ], - "cas:itemType": { - "@id": "cas:anEntity" - }, - "cas:lists": [ - { - "@id": "d:FolderGlossary-10875487071", - "cas:itemType": { - "@id": "cas:aTargetLink" - } - } - ] - } - ] -} diff --git a/tests/data/JSON-LD/21/Project_'Very_Simple_Model_(FMC)_with_Requirements'.cas.jsonld b/tests/data/JSON-LD/21/Project_'Very_Simple_Model_(FMC)_with_Requirements'.cas.jsonld new file mode 100644 index 0000000..a483caf --- /dev/null +++ b/tests/data/JSON-LD/21/Project_'Very_Simple_Model_(FMC)_with_Requirements'.cas.jsonld @@ -0,0 +1,1687 @@ +{ + "@context": { + "FMC": "http://fmc-modeling.org#", + "IREB": "https://cpre.ireb.org/en/downloads-and-resources/glossary#", + "ReqIF": "https://www.prostep.org/fileadmin/downloads/PSI_ImplementationGuide_ReqIF_V1-7.pdf#", + "SpecIF": "https://specif.de/v1.2/schema#", + "cas": "https://product-information-graph.org/ontology/2026-05-08/metamodel#", + "d": "https://product-information-graph.org/examples/09_Very-Simple-Model-FMC-with-Requirements.specif.zip#", + "dcterms": "http://purl.org/dc/terms/", + "o": "https://product-information-graph.org/ontology/custom#", + "oslc_rm": "http://open-services.net/ns/rm#", + "owl": "http://www.w3.org/2002/07/owl#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "skos": "https://www.w3.org/TR/skos-reference/", + "xs": "http://www.w3.org/2001/XMLSchema#" + }, + "@id": "d:ACP-Very-Simple-Model-FMC-with-Requirements", + "@type": "cas:Package", + "@graph": [ + { + "@id": "cas:Package", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Package" + } + ], + "skos:definition": [ + { + "@value": "A CASCaRA meta-model item used for packages comprising entities, relationships and potentially nested packages, both classes and instances." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "dcterms:contributor" + }, + { + "@id": "dcterms:license" + } + ] + }, + { + "@id": "cas:Organizer", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Organizer" + } + ], + "skos:definition": [ + { + "@value": "An element organizing model elements. An example is a list of requirements or a diagram using a certain notation." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + } + ] + }, + { + "@id": "cas:Root", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Organizer" + }, + "dcterms:title": [ + { + "@value": "Hierarchy Root" + } + ], + "skos:definition": [ + { + "@value": "A subclass of CASCaRA organizer serving as a root for hierarchically organized graph elements." + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "cas:lists" + } + ] + }, + { + "@id": "cas:Outline", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Organizer" + }, + "dcterms:title": [ + { + "@value": "Outline" + } + ], + "skos:definition": [ + { + "@value": "A subclass of CASCaRA organizer comprising all information items of a human-readable document. As usual, the outline is hierarchically organized." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "cas:lists" + } + ] + }, + { + "@id": "cas:View", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Organizer" + }, + "dcterms:title": [ + { + "@value": "View" + } + ], + "skos:definition": [ + { + "@value": "A subclass of CASCaRA organizer representing a model view (diagram) using a certain notation showing selected model elements." + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + }, + { + "@id": "cas:Diagram" + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "cas:shows" + }, + { + "@id": "cas:depicts" + } + ] + }, + { + "@id": "cas:Category", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "cas:specializes": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "has category" + } + ], + "skos:definition": [ + { + "@value": "Specifies a category for an element (entity, relationship or organizer)." + } + ], + "sh:datatype": { + "@id": "xs:string" + }, + "sh:maxCount": 1, + "sh:maxLength": 32, + "sh:minCount": 0 + }, + { + "@id": "cas:linksSource", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:Link" + }, + "dcterms:title": [ + { + "@value": "to source" + } + ], + "skos:definition": [ + { + "@value": "Connects the source of a reified relationship." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, + { + "@id": "cas:linksTarget", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:Link" + }, + "dcterms:title": [ + { + "@value": "to target" + } + ], + "skos:definition": [ + { + "@value": "Connects the target of a reified relationship or an organizer." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, + { + "@id": "cas:lists", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "lists" + } + ], + "skos:definition": [ + { + "@value": "Lists an entity, a relationship or a subordinated organizer." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + }, + { + "@id": "cas:Organizer" + } + ] + }, + { + "@id": "cas:shows", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "shows" + } + ], + "skos:definition": [ + { + "@value": "Shows an entity or a relationship." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + }, + { + "@id": "cas:Relationship" + } + ] + }, + { + "@id": "cas:depicts", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "depicts" + } + ], + "skos:definition": [ + { + "@value": "Depicts an entity; inverse of uml:ownedDiagram." + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "cas:Entity" + } + ] + }, + { + "@id": "dcterms:title", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "Title", + "@language": "en" + }, + { + "@value": "Titel", + "@language": "de" + }, + { + "@value": "Titre", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "A name given to the resource. ( source: DCMI)
Title (reference: Dublin Core) of the resource represented as rich text in XHTML content. SHOULD include only content that is valid inside an XHTML 'span' element. ( source: OSLC)
", + "@language": "en" + } + ], + "sh:datatype": { + "@id": "xs:string" + }, + "sh:maxCount": 1, + "sh:maxLength": 256 + }, + { + "@id": "dcterms:description", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "Description", + "@language": "en" + }, + { + "@value": "Beschreibung", + "@language": "de" + }, + { + "@value": "Description", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "An account of the resource. ( source: DCMI)
Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML 'div' element. ( source: OSLC)
", + "@language": "en" + } + ], + "sh:datatype": { + "@id": "xs:string" + }, + "sh:maxCount": 1 + }, + { + "@id": "cas:Diagram", + "@type": "owl:DatatypeProperty", + "cas:itemType": { + "@id": "cas:Property" + }, + "dcterms:title": [ + { + "@value": "Diagram", + "@language": "en" + }, + { + "@value": "Diagramm", + "@language": "de" + }, + { + "@value": "Diagramme", + "@language": "fr" + } + ], + "skos:definition": [ + { + "@value": "A diagram illustrating the resource or a link to a diagram.", + "@language": "en" + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "SpecIF:Paragraph", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Paragraph", + "@language": "en" + }, + { + "@value": "Textabsatz", + "@language": "de" + }, + { + "@value": "Paragraphe", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "A 'Paragraph' is an unspecified information in a document at any level.
", + "@language": "en" + }, + { + "@value": "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
", + "@language": "de" + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Diagram" + }, + { + "@id": "cas:Category" + } + ] + }, + { + "@id": "FMC:Actor", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Actor", + "@language": "en" + }, + { + "@value": "Akteur", + "@language": "de" + }, + { + "@value": "Acteur", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "An 'Actor' is a fundamental model element type representing an active entity, be it an activity, a process step, a function, a system component or a role.
The particular use or original type is specified with a [[dcterms:type]] property of the 'FMC:Actor'. A value of that property should be an ontology-term, such as [[bpmn:processStep]].
", + "@language": "en" + }, + { + "@value": "Ein 'Akteur' ist ein fundamentaler Modellelementtyp, der eine aktive Entität darstellt, sei es eine Aktivität, ein Prozessschritt, eine Funktion, eine Systemkomponente oder eine Rolle.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Actor' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[bpmn:timer]].
", + "@language": "de" + }, + { + "@value": "Un 'Acteur' est un type d'élément de modèle fondamental représentant une entité active, qu'il s'agisse d'une activité, d'une étape de processus, d'une fonction, d'un composant de système ou d'un rôle.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Actor'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:timer]].
", + "@language": "fr" + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + } + ], + "cas:icon": { + "@value": "□" + } + }, + { + "@id": "FMC:State", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "State", + "@language": "en" + }, + { + "@value": "Zustand", + "@language": "de" + }, + { + "@value": "État", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "A 'State' is a fundamental model element type representing a passive entity, be it a value, a condition, an information storage or even a physical shape.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:State'. A value of that property should bean ontology-term, such as [[bpmn:dataObject]].
", + "@language": "en" + }, + { + "@value": "Ein 'Zustand' ist ein fundamentaler Modellelementtyp, der eine passive Entität darstellt, sei es ein Wert, ein Dokument, ein Informationsspeicher, eine Bedingung oder eine physische Beschaffenheit.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:State' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[ArchiMate:DataObject]].
", + "@language": "de" + }, + { + "@value": "Un 'État' est un type d'élément de modèle fondamental représentant une entité passive, qu'il s'agisse d'une valeur, d'une condition, d'un stockage d'informations ou même d'une forme physique.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:State'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[ArchiMate:DataObject]].
", + "@language": "fr" + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + } + ], + "cas:icon": { + "@value": "○" + } + }, + { + "@id": "FMC:Event", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Event", + "@language": "en" + }, + { + "@value": "Ereignis", + "@language": "de" + }, + { + "@value": "Évenement", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "An 'Event' is a fundamental model element type representing a time reference, a change in condition/value or more generally a synchronization primitive.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:Event'. A value of that property should be an ontology-term, such as [[bpmn:startEvent]].
", + "@language": "en" + }, + { + "@value": "Ein 'Ereignis' ist ein fundamentaler Modellelementtyp, der eine Zeitreferenz, eine Änderung einer Bedingung/eines Wertes oder allgemeiner ein Synchronisationsmittel darstellt.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Event' spezifiziert. Die Werte dieser Eigenschaft sollen Ontologiebegriffe sein, wie z.B. [[bpmn:startEvent]].
", + "@language": "de" + }, + { + "@value": "Un 'Événement' est un type d'élément de modèle fondamental représentant une référence temporelle, un changement de condition/valeur ou plus généralement une primitive de synchronisation.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Event'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:startEvent]].
", + "@language": "fr" + } + ], + "cas:enumeratedProperty": [ + { + "@id": "cas:Category" + } + ], + "cas:icon": { + "@value": "♢" + } + }, + { + "@id": "IREB:Requirement", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Entity" + }, + "cas:specializes": { + "@id": "cas:Entity" + }, + "dcterms:title": [ + { + "@value": "Requirement", + "@language": "en" + }, + { + "@value": "Anforderung", + "@language": "de" + }, + { + "@value": "Exigence", + "@language": "fr" + } + ], + "dcterms:description": [ + { + "@value": "A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. ( source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. ( source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. ( source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
The object is satisfied by the subject. ( source: OSLC)
SpecIF suggests that the subject is confined to a model element, e.g, a [[FMC:Actor]] or [[FMC:State]], and the object is confined to a [[IREB:Requirement]]. More concretely, an example for this type of statement is 'Component-X satisfies 'Requirement-4711'.
", + "@language": "en" + } + ], + "cas:enumeratedSourceLink": [ + { + "@id": "oslc_rm:satisfies-toSource" + } + ], + "cas:enumeratedTargetLink": [ + { + "@id": "oslc_rm:satisfies-toTarget" + } + ] + }, + { + "@id": "oslc_rm:satisfies-toSource", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksSource" + }, + "dcterms:title": [ + { + "@value": "oslc_rm:satisfies to source" + } + ], + "skos:definition": [ + { + "@value": "Connects the source of oslc_rm:satisfies" + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "FMC:Actor" + }, + { + "@id": "FMC:State" + } + ] + }, + { + "@id": "oslc_rm:satisfies-toTarget", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "oslc_rm:satisfies to target" + } + ], + "skos:definition": [ + { + "@value": "Connects the target of oslc_rm:satisfies" + } + ], + "cas:enumeratedEndpoint": [ + { + "@id": "IREB:Requirement" + } + ] + }, + { + "@id": "SpecIF:Priority-Value", + "@type": "owl:Class", + "cas:itemType": { + "@id": "cas:Enumeration" + }, + "cas:specializes": { + "@id": "cas:Enumeration" + }, + "dcterms:title": [ + { + "@value": "Priority", + "@language": "en" + }, + { + "@value": "Priorität", + "@language": "de" + }, + { + "@value": "Priorité", + "@language": "fr" + } + ], + "skos:definition": [ + { + "@value": "Enumerated values for the 'Priority' of the resource.", + "@language": "en" + } + ], + "dcterms:modified": "2020-03-26T22:59:00+02:00", + "cas:enumeratedValue": [ + { + "@id": "SpecIF:priorityHigh", + "dcterms:title": [ + { + "@value": "high", + "@language": "en" + }, + { + "@value": "hoch", + "@language": "de" + }, + { + "@value": "haut", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityRatherHigh", + "dcterms:title": [ + { + "@value": "rather high", + "@language": "en" + }, + { + "@value": "eher hoch", + "@language": "de" + }, + { + "@value": "plutôt haut", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityMedium", + "dcterms:title": [ + { + "@value": "medium", + "@language": "en" + }, + { + "@value": "mittel", + "@language": "de" + }, + { + "@value": "moyen", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityRatherLow", + "dcterms:title": [ + { + "@value": "rather low", + "@language": "en" + }, + { + "@value": "eher niedrig", + "@language": "de" + }, + { + "@value": "plutôt bas", + "@language": "fr" + } + ] + }, + { + "@id": "SpecIF:priorityLow", + "dcterms:title": [ + { + "@value": "low", + "@language": "en" + }, + { + "@value": "niedrig", + "@language": "de" + }, + { + "@value": "bas", + "@language": "fr" + } + ] + } + ], + "sh:datatype": { + "@id": "xs:string" + } + }, + { + "@id": "SpecIF:Priority", + "@type": "owl:ObjectProperty", + "cas:itemType": { + "@id": "cas:Link" + }, + "cas:specializes": { + "@id": "cas:linksTarget" + }, + "dcterms:title": [ + { + "@value": "Priority", + "@language": "en" + }, + { + "@value": "Priorität", + "@language": "de" + }, + { + "@value": "Priorité", + "@language": "fr" + } + ], + "skos:definition": [ + { + "@value": "Enumerated values for the 'Priority' of the resource.", + "@language": "en" + } + ], + "dcterms:modified": "2020-03-26T22:59:00+02:00", + "cas:enumeratedEndpoint": [ + { + "@id": "SpecIF:Priority-Value" + } + ] + }, + { + "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", + "@type": "IREB:Requirement", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Data Volume" + } + ], + "dcterms:description": [ + { + "@value": "The data store MUST support a total volume up to 850 GB.
" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "SpecIF:Priority": [ + { + "@id": "SpecIF:priorityHigh", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", + "@type": "IREB:Requirement", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Consistency" + } + ], + "dcterms:description": [ + { + "@value": "The data store MUST be consistent at all times.
" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "SpecIF:Priority": [ + { + "@id": "SpecIF:priorityHigh", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", + "@type": "IREB:Requirement", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Response Time" + } + ], + "dcterms:description": [ + { + "@value": "The system SHOULD respond on user queries within 300 ms.
" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "SpecIF:Priority": [ + { + "@id": "SpecIF:priorityMedium", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Diagram-aec0df7900010000017001eaf53e8876", + "@type": "cas:View", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "IT-Integration: FiCo-Application and FiCo-Data" + } + ], + "dcterms:modified": "2020-03-06T08:32:00+01:00", + "cas:Category": [ + { + "@value": "FMC Block Diagram", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:Diagram": [ + { + "@value": "\nModel Diagram:
\n\n \n
\n ", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:shows": [ + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "@type": "FMC:Actor", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "FiCo-Application" + } + ], + "dcterms:description": [ + { + "@value": "IT-Application for Finance and Controlling.
" + } + ], + "dcterms:modified": "2020-03-06T09:04:00+01:00" + }, + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "@type": "FMC:State", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "FiCo-Data" + } + ], + "dcterms:description": [ + { + "@value": "Finance and Controlling Data, such as cost-units per project with budget, accrued cost etc.
" + } + ], + "dcterms:modified": "2020-03-06T09:03:00+01:00" + }, + { + "@id": "d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", + "@type": "SpecIF:writes", + "cas:itemType": { + "@id": "cas:aRelationship" + }, + "dcterms:description": [ + { + "@value": "'FiCo-Application' writes 'FiCo-Data'" + } + ], + "dcterms:modified": "2020-03-06T09:05:00+01:00", + "SpecIF:writes-toSource": [ + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "cas:itemType": { + "@id": "cas:aSourceLink" + } + } + ], + "SpecIF:writes-toTarget": [ + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc", + "@type": "SpecIF:reads", + "cas:itemType": { + "@id": "cas:aRelationship" + }, + "dcterms:description": [ + { + "@value": "'FiCo-Application' reads 'FiCo-Data'" + } + ], + "dcterms:modified": "2020-03-06T09:05:00+01:00", + "SpecIF:reads-toSource": [ + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "cas:itemType": { + "@id": "cas:aSourceLink" + } + } + ], + "SpecIF:reads-toTarget": [ + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Ssat-50feddc00029b1a8016e2872e78ecadc-1a8016e2872e78ecadc50feddc00029b", + "@type": "oslc_rm:satisfies", + "cas:itemType": { + "@id": "cas:aRelationship" + }, + "dcterms:description": [ + { + "@value": "'FiCo-Data' satisfies 'Data Volume'" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "oslc_rm:satisfies-toSource": [ + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aSourceLink" + } + } + ], + "oslc_rm:satisfies-toTarget": [ + { + "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Ssat-50feddc00029b1a8016e2872e78ecadc-0Z7916e2872e78ecadc50feddc00918a", + "@type": "oslc_rm:satisfies", + "cas:itemType": { + "@id": "cas:aRelationship" + }, + "dcterms:description": [ + { + "@value": "'FiCo-Data' satisfies 'Consistency'" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "oslc_rm:satisfies-toSource": [ + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aSourceLink" + } + } + ], + "oslc_rm:satisfies-toTarget": [ + { + "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Ssat-50fbfe8f0029b1a8016ea86245a9d83a-2b9016e2872e78ecadc50feddc0013Ac", + "@type": "oslc_rm:satisfies", + "cas:itemType": { + "@id": "cas:aRelationship" + }, + "dcterms:description": [ + { + "@value": "'FiCo-Application' satisfies 'Response Time'" + } + ], + "dcterms:modified": "2020-10-17T10:00:00+01:00", + "oslc_rm:satisfies-toSource": [ + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "cas:itemType": { + "@id": "cas:aSourceLink" + } + } + ], + "oslc_rm:satisfies-toTarget": [ + { + "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HierarchyRoot-ACP-Very-Simple-Model-FMC-with-Requirements", + "@type": "cas:Root", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Hierarchy Root" + } + ], + "dcterms:description": [ + { + "@value": "... anchoring all hierarchies of this graph (package)" + } + ], + "dcterms:modified": "2026-01-17T22:38:20.041Z", + "cas:lists": [ + { + "@id": "d:HR-Folder-Introduction", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:HR-Folder-Requirements", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:HR-Folder-SystemModel", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:HR-FolderGlossary-10875487071", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Folder-Introduction", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Introduction" + } + ], + "dcterms:description": [ + { + "@value": "This is a minimal showcase for a model with model-elements and related requirements. It covers pretty much all characteristics neeeded in such cases (including 'statements on statements'), so that transformations and expressive power of other data formats can be evaluated. The example and its representation in SpecIF format is discussed in Tutorial 6: Very Simple Model (FMC) and Tutorial 9: Very Simple Model (FMC) with Requirements.
" + } + ], + "dcterms:modified": "2025-02-07T08:32:00+01:00" + }, + { + "@id": "d:HR-Folder-Introduction", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Project 'Very Simple Model (FMC) with Requirements'" + } + ], + "dcterms:modified": "2026-01-17T22:38:19.821Z", + "cas:Category": [ + { + "@value": "ReqIF:HierarchyRoot", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:Folder-Introduction", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Folder-Requirements", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Requirements" + } + ], + "dcterms:modified": "2020-03-06T08:32:00+01:00", + "cas:lists": [ + { + "@id": "d:Req-1a8016e2872e78ecadc50feddc00029b", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:Req-0Z7916e2872e78ecadc50feddc00918a", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:Req-2b9016e2872e78ecadc50feddc0013Ac", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HR-Folder-Requirements", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Project 'Very Simple Model (FMC) with Requirements'" + } + ], + "dcterms:modified": "2026-01-17T22:38:19.821Z", + "cas:Category": [ + { + "@value": "ReqIF:HierarchyRoot", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:Folder-Requirements", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:Folder-SystemModel", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "System Model" + } + ], + "dcterms:modified": "2020-03-06T08:32:00+01:00", + "cas:lists": [ + { + "@id": "d:Diagram-aec0df7900010000017001eaf53e8876", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HR-Folder-SystemModel", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Project 'Very Simple Model (FMC) with Requirements'" + } + ], + "dcterms:modified": "2026-01-17T22:38:19.821Z", + "cas:Category": [ + { + "@value": "ReqIF:HierarchyRoot", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:Folder-SystemModel", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:FolderGlossary-10875487071", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Model Elements (Glossary)" + } + ], + "dcterms:modified": "2026-01-17T22:38:13.953Z", + "cas:Category": [ + { + "@value": "SpecIF:Glossary", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:MEl-50fbfe8f0029b1a8016ea86245a9d83a", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + }, + { + "@id": "d:MEl-50feddc00029b1a8016e2872e78ecadc", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + }, + { + "@id": "d:HR-FolderGlossary-10875487071", + "@type": "cas:Outline", + "cas:itemType": { + "@id": "cas:anEntity" + }, + "dcterms:title": [ + { + "@value": "Project 'Very Simple Model (FMC) with Requirements'" + } + ], + "dcterms:modified": "2026-01-17T22:38:19.821Z", + "cas:Category": [ + { + "@value": "ReqIF:HierarchyRoot", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "cas:lists": [ + { + "@id": "d:FolderGlossary-10875487071", + "cas:itemType": { + "@id": "cas:aTargetLink" + } + } + ] + } + ], + "cas:itemType": { + "@id": "cas:aPackage" + }, + "dcterms:title": [ + { + "@value": "Project 'Very Simple Model (FMC) with Requirements'" + } + ], + "dcterms:modified": "2026-01-17T22:38:19.595Z", + "dcterms:contributor": [ + { + "@value": "mailto:oskar.dungern@gfse.org", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ], + "dcterms:license": [ + { + "@value": "https://creativecommons.org/licenses/by-sa/4.0/", + "cas:itemType": { + "@id": "cas:aProperty" + } + } + ] +} \ No newline at end of file diff --git a/tests/data/TTL/05/Project_'Requirement_with_Enumerated_Property'.cas.ttl b/tests/data/TTL/05/Project_'Requirement_with_Enumerated_Property'.cas.ttl index dd9c014..4173a79 100644 --- a/tests/data/TTL/05/Project_'Requirement_with_Enumerated_Property'.cas.ttl +++ b/tests/data/TTL/05/Project_'Requirement_with_Enumerated_Property'.cas.ttl @@ -1,45 +1,83 @@ -@prefix o:A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. (source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. (source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. (source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. ( source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. ( source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. ( source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
A 'Paragraph' is an unspecified information in a document at any level.
"@en , - "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
"@de ; - cas:revision "1.1" ; - dcterms:modified "2024-03-02T20:55:23.295Z"^^xs:dateTime . - -SpecIF:Paragraph_shape - a sh:NodeShape ; - sh:targetClass SpecIF:Paragraph ; - sh:or ( [ sh:path rdfs:label ; sh:minCount 1 ] [ sh:path rdfs:comment ; sh:minCount 1 ] ) ; - sh:property cas:Diagram_shape ; - sh:property cas:Category_shape . - d:Req-35100bca2b005ba a IREB:Requirement ; rdfs:label "Minimum button size"@en ; @@ -215,13 +239,13 @@ d:HierarchyRoot-P-Requirement-with-Enumerated-Property a cas:Root ; rdfs:label "Hierarchy Root" ; rdfs:comment "... anchoring all hierarchies of this graph (package)" ; - dcterms:modified "2026-05-14T08:33:28.683Z"^^xs:dateTime ; + dcterms:modified "2026-04-08T08:14:32.112Z"^^xs:dateTime ; cas:lists d:HR-bca801377e3d1547 . d:HR-bca801377e3d1547 a cas:Outline ; rdfs:label "Project 'Requirement with Enumerated Property'" ; - dcterms:modified "2026-05-14T08:33:28.620Z"^^xs:dateTime ; + dcterms:modified "2026-04-08T08:14:32.065Z"^^xs:dateTime ; cas:Category ReqIF:HierarchyRoot ; cas:lists d:Req-35100bca2b005ba . diff --git a/tests/data/TTL/11/Alice.with-itemTypes.cas.ttl b/tests/data/TTL/11/Alice.with-itemTypes.cas.ttl new file mode 100644 index 0000000..487d592 --- /dev/null +++ b/tests/data/TTL/11/Alice.with-itemTypes.cas.ttl @@ -0,0 +1,554 @@ + +@prefix cas:A name given to the resource. ( source: DCMI)
Title (reference: Dublin Core) of the resource represented as rich text in XHTML content. SHOULD include only content that is valid inside an XHTML 'span' element. ( source: OSLC)
"@en . + +dcterms:title_shape + a sh:PropertyShape ; + sh:path dcterms:title ; + sh:datatype xs:string ; + sh:maxCount 1 ; + sh:maxLength 256 . + +dcterms:description + a owl:DatatypeProperty ; + rdfs:label "Description"@en , + "Beschreibung"@de , + "Description"@fr ; + rdfs:comment "An account of the resource. ( source: DCMI)
Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML 'div' element. ( source: OSLC)
"@en . + +dcterms:description_shape + a sh:PropertyShape ; + sh:path dcterms:description ; + sh:datatype xs:string ; + sh:maxCount 1 . + +cas:Diagram + a owl:DatatypeProperty ; + rdfs:label "Diagram"@en , + "Diagramm"@de , + "Diagramme"@fr ; + skos:definition "A diagram illustrating the resource or a link to a diagram."@en . + +cas:Diagram_shape + a sh:PropertyShape ; + sh:path cas:Diagram ; + sh:datatype xs:string . + +SpecIF:Paragraph + rdfs:subClassOf cas:Entity ; + rdfs:label "Paragraph"@en , + "Textabsatz"@de , + "Paragraphe"@fr ; + rdfs:comment "A 'Paragraph' is an unspecified information in a document at any level.
"@en , + "Ein 'Textabschnitt' in einem Dokument auf beliebiger Ebene.
"@de . + +SpecIF:Paragraph_shape + a sh:NodeShape ; + sh:targetClass SpecIF:Paragraph ; + sh:or ( [ sh:path rdfs:label ; sh:minCount 1 ] [ sh:path rdfs:comment ; sh:minCount 1 ] ) ; + sh:property cas:Diagram_shape ; + sh:property cas:Category_shape . + +FMC:Actor + rdfs:subClassOf cas:Entity ; + rdfs:label "Actor"@en , + "Akteur"@de , + "Acteur"@fr ; + rdfs:comment "An 'Actor' is a fundamental model element type representing an active entity, be it an activity, a process step, a function, a system component or a role.
The particular use or original type is specified with a [[dcterms:type]] property of the 'FMC:Actor'. A value of that property should be an ontology-term, such as [[bpmn:processStep]].
"@en , + "Ein 'Akteur' ist ein fundamentaler Modellelementtyp, der eine aktive Entität darstellt, sei es eine Aktivität, ein Prozessschritt, eine Funktion, eine Systemkomponente oder eine Rolle.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Actor' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[bpmn:timer]].
"@de , + "Un 'Acteur' est un type d'élément de modèle fondamental représentant une entité active, qu'il s'agisse d'une activité, d'une étape de processus, d'une fonction, d'un composant de système ou d'un rôle.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Actor'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:timer]].
"@fr ; + cas:icon "\"□\"" . + +FMC:Actor_shape + a sh:NodeShape ; + sh:targetClass FMC:Actor ; + sh:or ( [ sh:path rdfs:label ; sh:minCount 1 ] [ sh:path rdfs:comment ; sh:minCount 1 ] ) ; + sh:property cas:Category_shape . + +FMC:State + rdfs:subClassOf cas:Entity ; + rdfs:label "State"@en , + "Zustand"@de , + "État"@fr ; + rdfs:comment "A 'State' is a fundamental model element type representing a passive entity, be it a value, a condition, an information storage or even a physical shape.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:State'. A value of that property should bean ontology-term, such as [[bpmn:dataObject]].
"@en , + "Ein 'Zustand' ist ein fundamentaler Modellelementtyp, der eine passive Entität darstellt, sei es ein Wert, ein Dokument, ein Informationsspeicher, eine Bedingung oder eine physische Beschaffenheit.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:State' spezifiziert. Die Werte dieser Eigenschaft können Ontologiebegriffe sein, wie z.B. [[ArchiMate:DataObject]].
"@de , + "Un 'État' est un type d'élément de modèle fondamental représentant une entité passive, qu'il s'agisse d'une valeur, d'une condition, d'un stockage d'informations ou même d'une forme physique.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:State'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[ArchiMate:DataObject]].
"@fr ; + cas:icon "\"○\"" . + +FMC:State_shape + a sh:NodeShape ; + sh:targetClass FMC:State ; + sh:or ( [ sh:path rdfs:label ; sh:minCount 1 ] [ sh:path rdfs:comment ; sh:minCount 1 ] ) ; + sh:property cas:Category_shape . + +FMC:Event + rdfs:subClassOf cas:Entity ; + rdfs:label "Event"@en , + "Ereignis"@de , + "Évenement"@fr ; + rdfs:comment "An 'Event' is a fundamental model element type representing a time reference, a change in condition/value or more generally a synchronization primitive.
The particular use or the original type is specified with a [[dcterms:type]] property of the 'FMC:Event'. A value of that property should be an ontology-term, such as [[bpmn:startEvent]].
"@en , + "Ein 'Ereignis' ist ein fundamentaler Modellelementtyp, der eine Zeitreferenz, eine Änderung einer Bedingung/eines Wertes oder allgemeiner ein Synchronisationsmittel darstellt.
Die spezielle Verwendung oder der ursprüngliche Typ wird mit einer [[dcterms:type]] Eigenschaft von 'FMC:Event' spezifiziert. Die Werte dieser Eigenschaft sollen Ontologiebegriffe sein, wie z.B. [[bpmn:startEvent]].
"@de , + "Un 'Événement' est un type d'élément de modèle fondamental représentant une référence temporelle, un changement de condition/valeur ou plus généralement une primitive de synchronisation.
L'utilisation particulière ou le type original est spécifié avec une propriété [[dcterms:type]] de 'FMC:Event'. Les valeurs de cette propriété peuvent être des termes d'ontologie, tels que [[bpmn:startEvent]].
"@fr ; + cas:icon "\"♢\"" . + +FMC:Event_shape + a sh:NodeShape ; + sh:targetClass FMC:Event ; + sh:or ( [ sh:path rdfs:label ; sh:minCount 1 ] [ sh:path rdfs:comment ; sh:minCount 1 ] ) ; + sh:property cas:Category_shape . + +IREB:Requirement + rdfs:subClassOf cas:Entity ; + rdfs:label "Requirement"@en , + "Anforderung"@de , + "Exigence"@fr ; + rdfs:comment "A 'Requirement' is a singular documented physical and functional need that a particular design, product or process must be able to perform. ( source: Wikipedia)
Definition:
Note: The definition above is the classic one from IEEE Std 610.12 of 1990. Alternatively, we also give a more modern definition:
Eine 'Anforderung' ist ein einzelnes dokumentiertes physisches und funktionales Bedürfnis, das ein bestimmter Entwurf, ein Produkt oder ein Prozess erfüllen muss. ( source: Wikipedia)
Definition:
Anmerkung: Die obige Definition ist die klassische Definition aus IEEE Std 610.12 von 1990. Alternativ geben wir auch eine modernere Definition an:
Une 'Exigence' est un besoin physique et fonctionnel unique et documenté qu'une conception, un produit ou un processus particulier doit pouvoir satisfaire. ( source: Wikipedia)
Définition:
Remarque: La définition ci-dessus est la définition classique de la norme IEEE 610.12 de 1990. Nous donnons également une définition plus moderne:
The object is satisfied by the subject. ( source: OSLC)
SpecIF suggests that the subject is confined to a model element, e.g, a [[FMC:Actor]] or [[FMC:State]], and the object is confined to a [[IREB:Requirement]]. More concretely, an example for this type of statement is 'Component-X satisfies 'Requirement-4711'.
"@en . + +oslc_rm:satisfies_shape + a sh:NodeShape ; + sh:targetClass oslc_rm:satisfies ; + sh:property oslc_rm:satisfies-toSource_shape ; + sh:property oslc_rm:satisfies-toTarget_shape . + +oslc_rm:satisfies-toSource + rdfs:subPropertyOf cas:linksSource ; + rdfs:label "oslc_rm:satisfies to source" ; + skos:definition "Connects the source of oslc_rm:satisfies" ; + rdfs:range [ owl:unionOf ( FMC:Actor FMC:State ) ] . + +oslc_rm:satisfies-toSource_shape + a sh:PropertyShape ; + sh:path oslc_rm:satisfies-toSource ; + sh:or ( [ sh:class FMC:Actor ] [ sh:class FMC:State ] ) . + +oslc_rm:satisfies-toTarget + rdfs:subPropertyOf cas:linksTarget ; + rdfs:label "oslc_rm:satisfies to target" ; + skos:definition "Connects the target of oslc_rm:satisfies" ; + rdfs:range IREB:Requirement . + +oslc_rm:satisfies-toTarget_shape + a sh:PropertyShape ; + sh:path oslc_rm:satisfies-toTarget ; + sh:class IREB:Requirement . + +SpecIF:Priority-Value + rdfs:subClassOf cas:Enumeration ; + rdfs:label "Priority"@en , + "Priorität"@de , + "Priorité"@fr ; + skos:definition "Enumerated values for the 'Priority' of the resource."@en ; + dcterms:modified "2020-03-26T22:59:00+02:00"^^xs:dateTime ; + cas:enumeratedValue SpecIF:priorityHigh , + SpecIF:priorityRatherHigh , + SpecIF:priorityMedium , + SpecIF:priorityRatherLow , + SpecIF:priorityLow . + +SpecIF:Priority + rdfs:subPropertyOf cas:linksTarget ; + rdfs:label "Priority"@en , + "Priorität"@de , + "Priorité"@fr ; + skos:definition "Enumerated values for the 'Priority' of the resource."@en ; + dcterms:modified "2020-03-26T22:59:00+02:00"^^xs:dateTime ; + rdfs:range SpecIF:Priority-Value . + +SpecIF:Priority_shape + a sh:PropertyShape ; + sh:path SpecIF:Priority ; + sh:class SpecIF:Priority-Value . + +d:Req-1a8016e2872e78ecadc50feddc00029b + a IREB:Requirement ; + rdfs:label "Data Volume" ; + rdfs:comment "The data store MUST support a total volume up to 850 GB.
" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + SpecIF:Priority SpecIF:priorityHigh . + +d:Req-0Z7916e2872e78ecadc50feddc00918a + a IREB:Requirement ; + rdfs:label "Consistency" ; + rdfs:comment "The data store MUST be consistent at all times.
" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + SpecIF:Priority SpecIF:priorityHigh . + +d:Req-2b9016e2872e78ecadc50feddc0013Ac + a IREB:Requirement ; + rdfs:label "Response Time" ; + rdfs:comment "The system SHOULD respond on user queries within 300 ms.
" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + SpecIF:Priority SpecIF:priorityMedium . + +d:Diagram-aec0df7900010000017001eaf53e8876 + a cas:View ; + rdfs:label "IT-Integration: FiCo-Application and FiCo-Data" ; + dcterms:modified "2020-03-06T08:32:00+01:00"^^xs:dateTime ; + cas:Diagram "\nModel Diagram:
\n\n \n
\n " ; + cas:Category "FMC Block Diagram" ; + cas:shows d:MEl-50fbfe8f0029b1a8016ea86245a9d83a , + d:MEl-50feddc00029b1a8016e2872e78ecadc , + d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc , + d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc . + +d:MEl-50fbfe8f0029b1a8016ea86245a9d83a + a FMC:Actor ; + rdfs:label "FiCo-Application" ; + rdfs:comment "IT-Application for Finance and Controlling.
" ; + dcterms:modified "2020-03-06T09:04:00+01:00"^^xs:dateTime . + +d:MEl-50feddc00029b1a8016e2872e78ecadc + a FMC:State ; + rdfs:label "FiCo-Data" ; + rdfs:comment "Finance and Controlling Data, such as cost-units per project with budget, accrued cost etc.
" ; + dcterms:modified "2020-03-06T09:03:00+01:00"^^xs:dateTime . + +d:SWri-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc + a SpecIF:writes ; + rdfs:comment "'FiCo-Application' writes 'FiCo-Data'" ; + dcterms:modified "2020-03-06T09:05:00+01:00"^^xs:dateTime ; + SpecIF:writes-toSource d:MEl-50fbfe8f0029b1a8016ea86245a9d83a ; + SpecIF:writes-toTarget d:MEl-50feddc00029b1a8016e2872e78ecadc . + +d:SRea-50fbfe8f0029b1a8016ea86245a9d83a-50feddc00029b1a8016e2872e78ecadc + a SpecIF:reads ; + rdfs:comment "'FiCo-Application' reads 'FiCo-Data'" ; + dcterms:modified "2020-03-06T09:05:00+01:00"^^xs:dateTime ; + SpecIF:reads-toSource d:MEl-50fbfe8f0029b1a8016ea86245a9d83a ; + SpecIF:reads-toTarget d:MEl-50feddc00029b1a8016e2872e78ecadc . + +d:Ssat-50feddc00029b1a8016e2872e78ecadc-1a8016e2872e78ecadc50feddc00029b + a oslc_rm:satisfies ; + rdfs:comment "'FiCo-Data' satisfies 'Data Volume'" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + oslc_rm:satisfies-toSource d:MEl-50feddc00029b1a8016e2872e78ecadc ; + oslc_rm:satisfies-toTarget d:Req-1a8016e2872e78ecadc50feddc00029b . + +d:Ssat-50feddc00029b1a8016e2872e78ecadc-0Z7916e2872e78ecadc50feddc00918a + a oslc_rm:satisfies ; + rdfs:comment "'FiCo-Data' satisfies 'Consistency'" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + oslc_rm:satisfies-toSource d:MEl-50feddc00029b1a8016e2872e78ecadc ; + oslc_rm:satisfies-toTarget d:Req-0Z7916e2872e78ecadc50feddc00918a . + +d:Ssat-50fbfe8f0029b1a8016ea86245a9d83a-2b9016e2872e78ecadc50feddc0013Ac + a oslc_rm:satisfies ; + rdfs:comment "'FiCo-Application' satisfies 'Response Time'" ; + dcterms:modified "2020-10-17T10:00:00+01:00"^^xs:dateTime ; + oslc_rm:satisfies-toSource d:MEl-50fbfe8f0029b1a8016ea86245a9d83a ; + oslc_rm:satisfies-toTarget d:Req-2b9016e2872e78ecadc50feddc0013Ac . + +d:HierarchyRoot-ACP-Very-Simple-Model-FMC-with-Requirements + a cas:Root ; + rdfs:label "Hierarchy Root" ; + rdfs:comment "... anchoring all hierarchies of this graph (package)" ; + dcterms:modified "2026-01-17T22:38:20.041Z"^^xs:dateTime ; + cas:lists d:HR-Folder-Introduction , + d:HR-Folder-Requirements , + d:HR-Folder-SystemModel , + d:HR-FolderGlossary-10875487071 . + +d:Folder-Introduction + a cas:Outline ; + rdfs:label "Introduction" ; + rdfs:comment "This is a minimal showcase for a model with model-elements and related requirements. It covers pretty much all characteristics neeeded in such cases (including 'statements on statements'), so that transformations and expressive power of other data formats can be evaluated. The example and its representation in SpecIF format is discussed in Tutorial 6: Very Simple Model (FMC) and Tutorial 9: Very Simple Model (FMC) with Requirements.
" ; + dcterms:modified "2025-02-07T08:32:00+01:00"^^xs:dateTime . + +d:HR-Folder-Introduction + a cas:Outline ; + rdfs:label "Project 'Very Simple Model (FMC) with Requirements'" ; + dcterms:modified "2026-01-17T22:38:19.821Z"^^xs:dateTime ; + cas:Category ReqIF:HierarchyRoot ; + cas:lists d:Folder-Introduction . + +d:Folder-Requirements + a cas:Outline ; + rdfs:label "Requirements" ; + dcterms:modified "2020-03-06T08:32:00+01:00"^^xs:dateTime ; + cas:lists d:Req-1a8016e2872e78ecadc50feddc00029b , + d:Req-0Z7916e2872e78ecadc50feddc00918a , + d:Req-2b9016e2872e78ecadc50feddc0013Ac . + +d:HR-Folder-Requirements + a cas:Outline ; + rdfs:label "Project 'Very Simple Model (FMC) with Requirements'" ; + dcterms:modified "2026-01-17T22:38:19.821Z"^^xs:dateTime ; + cas:Category ReqIF:HierarchyRoot ; + cas:lists d:Folder-Requirements . + +d:Folder-SystemModel + a cas:Outline ; + rdfs:label "System Model" ; + dcterms:modified "2020-03-06T08:32:00+01:00"^^xs:dateTime ; + cas:lists d:Diagram-aec0df7900010000017001eaf53e8876 . + +d:HR-Folder-SystemModel + a cas:Outline ; + rdfs:label "Project 'Very Simple Model (FMC) with Requirements'" ; + dcterms:modified "2026-01-17T22:38:19.821Z"^^xs:dateTime ; + cas:Category ReqIF:HierarchyRoot ; + cas:lists d:Folder-SystemModel . + +d:FolderGlossary-10875487071 + a cas:Outline ; + rdfs:label "Model Elements (Glossary)" ; + dcterms:modified "2026-01-17T22:38:13.953Z"^^xs:dateTime ; + cas:Category SpecIF:Glossary ; + cas:lists d:MEl-50fbfe8f0029b1a8016ea86245a9d83a , + d:MEl-50feddc00029b1a8016e2872e78ecadc . + +d:HR-FolderGlossary-10875487071 + a cas:Outline ; + rdfs:label "Project 'Very Simple Model (FMC) with Requirements'" ; + dcterms:modified "2026-01-17T22:38:19.821Z"^^xs:dateTime ; + cas:Category ReqIF:HierarchyRoot ; + cas:lists d:FolderGlossary-10875487071 . + + +################################################################# +# Metamodel Class Shapes +################################################################# + +cas:Property_class_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subPropertyOf ; + sh:targetClass owl:DatatypeProperty ; + sh:closed "true" ; + sh:ignoredProperties ( rdf:type ) ; + sh:or ( [ sh:path rdf:type ; sh:hasValue owl:DatatypeProperty ] [ sh:path rdfs:subPropertyOf ; sh:minCount 1 ] ) ; + sh:property [ sh:path rdfs:label ; sh:minCount 1 ; sh:maxCount 1 ] ; + sh:property [ sh:path rdfs:comment ; sh:maxCount 1 ] ; + sh:property [ sh:path skos:definition ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:revision ; sh:maxCount 1 ; sh:datatype xs:string ] ; + sh:property [ sh:path cas:priorRevision ] ; + sh:property [ sh:path dcterms:modified ; sh:maxCount 1 ; sh:datatype xs:dateTime ] ; + sh:property [ sh:path dcterms:creator ; sh:maxCount 1 ] ; + sh:property [ sh:path sh:defaultValue ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:composes ] ; + sh:property [ sh:path cas:itemType ; sh:maxCount 1 ] . + +cas:Property_shape_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subPropertyOf ; + sh:targetClass owl:DatatypeProperty ; + sh:sparql [ + sh:message "Property class must have a corresponding PropertyShape with at least sh:datatype defined" ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS { + ?shape a sh:PropertyShape ; + sh:path $this ; + sh:datatype ?dt . + } + } + """ + ] . + +cas:Link_class_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subPropertyOf ; + sh:targetClass owl:ObjectProperty ; + sh:closed "true" ; + sh:ignoredProperties ( rdf:type ) ; + sh:or ( [ sh:path rdf:type ; sh:hasValue owl:ObjectProperty ] [ sh:path rdfs:subPropertyOf ; sh:minCount 1 ] ) ; + sh:property [ sh:path rdfs:label ; sh:minCount 1 ; sh:maxCount 1 ] ; + sh:property [ sh:path rdfs:range ; sh:minCount 1 ] ; + sh:property [ sh:path rdfs:comment ; sh:maxCount 1 ] ; + sh:property [ sh:path skos:definition ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:revision ; sh:maxCount 1 ; sh:datatype xs:string ] ; + sh:property [ sh:path cas:priorRevision ] ; + sh:property [ sh:path dcterms:modified ; sh:maxCount 1 ; sh:datatype xs:dateTime ] ; + sh:property [ sh:path dcterms:creator ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:itemType ; sh:maxCount 1 ] . + +cas:Link_shape_requirement_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subPropertyOf ; + sh:targetClass owl:ObjectProperty ; + sh:sparql [ + sh:message "Link class must have a corresponding PropertyShape with at least sh:class or sh:or constraint defined" ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS { + ?shape a sh:PropertyShape ; + sh:path $this . + FILTER ( EXISTS { ?shape sh:class ?c } || EXISTS { ?shape sh:or ?o } ) + } + } + """ + ] . + +cas:Enumeration_class_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass owl:Class ; + sh:closed "true" ; + sh:ignoredProperties ( rdf:type ) ; + sh:or ( [ sh:path rdf:type ; sh:hasValue owl:Class ] [ sh:path rdfs:subClassOf ; sh:minCount 1 ] ) ; + sh:property [ sh:path rdfs:label ; sh:minCount 1 ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:enumeratedValue ; sh:minCount 1 ] ; + sh:property [ sh:path rdfs:comment ; sh:maxCount 1 ] ; + sh:property [ sh:path skos:definition ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:revision ; sh:maxCount 1 ; sh:datatype xs:string ] ; + sh:property [ sh:path cas:priorRevision ] ; + sh:property [ sh:path dcterms:modified ; sh:maxCount 1 ; sh:datatype xs:dateTime ] ; + sh:property [ sh:path dcterms:creator ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:itemType ; sh:maxCount 1 ] . + +cas:Enumeration_shape_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass owl:Class ; + sh:sparql [ + sh:message "Enumeration class must have at least one valid enumeratedValue" ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS { + $this cas:enumeratedValue ?value . + } + } + """ + ] . + +cas:Entity_class_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass cas:Entity ; + sh:closed "true" ; + sh:ignoredProperties ( rdf:type ) ; + sh:or ( [ sh:path rdf:type ; sh:hasValue owl:Class ] [ sh:path rdfs:subClassOf ; sh:minCount 1 ] ) ; + sh:property [ sh:path rdfs:label ; sh:minCount 1 ; sh:maxCount 1 ] ; + sh:property [ sh:path rdfs:comment ; sh:maxCount 1 ] ; + sh:property [ sh:path skos:definition ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:revision ; sh:maxCount 1 ; sh:datatype xs:string ] ; + sh:property [ sh:path cas:priorRevision ] ; + sh:property [ sh:path dcterms:modified ; sh:maxCount 1 ; sh:datatype xs:dateTime ] ; + sh:property [ sh:path dcterms:creator ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:icon ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:itemType ; sh:maxCount 1 ] . + +cas:Entity_shape_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass cas:Entity ; + sh:sparql [ + sh:message "Entity class should have a corresponding NodeShape with sh:targetClass constraint" ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this . + } + } + """ + ] ; + sh:sparql [ + sh:message "Entity shape should have sh:property for each enumeratedProperty defined in the class" ; + sh:select """ + SELECT $this ?prop + WHERE { + $this cas:enumeratedProperty ?prop . + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this ; + sh:property ?propShape . + ?propShape sh:path ?prop . + } + } + """ + ] ; + sh:sparql [ + sh:message "Entity shape should have sh:property for each enumeratedTargetLink defined in the class" ; + sh:select """ + SELECT $this ?link + WHERE { + $this cas:enumeratedTargetLink ?link . + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this ; + sh:property ?linkShape . + ?linkShape sh:path ?link . + } + } + """ + ] . + +cas:Relationship_class_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass cas:Relationship ; + sh:closed "true" ; + sh:ignoredProperties ( rdf:type ) ; + sh:or ( [ sh:path rdf:type ; sh:hasValue owl:Class ] [ sh:path rdfs:subClassOf ; sh:minCount 1 ] ) ; + sh:property [ sh:path rdfs:label ; sh:minCount 1 ; sh:maxCount 1 ] ; + sh:property [ sh:path rdfs:comment ; sh:maxCount 1 ] ; + sh:property [ sh:path skos:definition ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:revision ; sh:maxCount 1 ; sh:datatype xs:string ] ; + sh:property [ sh:path cas:priorRevision ] ; + sh:property [ sh:path dcterms:modified ; sh:maxCount 1 ; sh:datatype xs:dateTime ] ; + sh:property [ sh:path dcterms:creator ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:icon ; sh:maxCount 1 ] ; + sh:property [ sh:path cas:itemType ; sh:maxCount 1 ] . + +cas:Relationship_shape_shape + a sh:NodeShape ; + sh:targetSubjectsOf rdfs:subClassOf ; + sh:targetClass cas:Relationship ; + sh:sparql [ + sh:message "Relationship class should have a corresponding NodeShape with sh:targetClass constraint" ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this . + } + } + """ + ] ; + sh:sparql [ + sh:message "Relationship shape should have sh:property for each enumeratedProperty defined in the class" ; + sh:select """ + SELECT $this ?prop + WHERE { + $this cas:enumeratedProperty ?prop . + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this ; + sh:property ?propShape . + ?propShape sh:path ?prop . + } + } + """ + ] ; + sh:sparql [ + sh:message "Relationship shape should have sh:property for each enumeratedSourceLink defined in the class" ; + sh:select """ + SELECT $this ?link + WHERE { + $this cas:enumeratedSourceLink ?link . + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this ; + sh:property ?linkShape . + ?linkShape sh:path ?link . + } + } + """ + ] ; + sh:sparql [ + sh:message "Relationship shape should have sh:property for each enumeratedTargetLink defined in the class" ; + sh:select """ + SELECT $this ?link + WHERE { + $this cas:enumeratedTargetLink ?link . + FILTER NOT EXISTS { + ?shape a sh:NodeShape ; + sh:targetClass $this ; + sh:property ?linkShape . + ?linkShape sh:path ?link . + } + } + """ + ] . + diff --git a/tests/unit/import-jsonld.spec.ts b/tests/unit/import-jsonld.spec.ts index 34e0805..674b13d 100644 --- a/tests/unit/import-jsonld.spec.ts +++ b/tests/unit/import-jsonld.spec.ts @@ -84,7 +84,7 @@ describe('import JSONLD - Dynamic Test Files', () => { const rsp = itm.status(); if (!rsp.ok) { console.info(`Instance ${index}:`, rsp.statusText ?? rsp.status); - console.debug(JSON.stringify(itm.get(), null, 2)); + // console.debug(JSON.stringify(itm.get(), null, 2)); } expect(rsp.status).toBe(0); expect(rsp.ok).toBe(true); @@ -112,7 +112,7 @@ describe('import JSONLD - Dynamic Test Files', () => { Object.entries(itemTypeCounts).forEach(([type, count]) => { entries += `\n - ${type}: ${count}`; }); - console.log(`\n📦 ${filename}:\n - Package ID: ${pkg.id}\n - Graph items: ${graphItems.length}${entries}`); + // console.log(`\n📦 ${filename}:\n - Package ID: ${pkg.id}\n - Graph items: ${graphItems.length}${entries}`); }); }); }); diff --git a/tests/unit/pig-metaclasses-jsonld.spec.ts b/tests/unit/pig-metaclasses-jsonld.spec.ts index 1a3b5d0..78ed2f6 100644 --- a/tests/unit/pig-metaclasses-jsonld.spec.ts +++ b/tests/unit/pig-metaclasses-jsonld.spec.ts @@ -608,7 +608,7 @@ describe('PIG Metaclasses JSON-LD Import', () => { 'SpecIF:Priority': [ { '@id': 'SpecIF:priorityHigh', - [`${DEF.pfxNsMeta}itemType`]: { '@id': `${DEF.pfxNsMeta}aProperty` } + [`${DEF.pfxNsMeta}itemType`]: { '@id': `${DEF.pfxNsMeta}aTargetLink` } } ], [`${DEF.pfxNsMeta}itemType`]: { '@id': `${DEF.pfxNsMeta}anEntity` }