Showing
2 changed files
with
991 additions
and
41 deletions
| 1 | +<<<<<<< HEAD | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | 4 | ||
| ... | @@ -407,3 +408,569 @@ ep-core:volt | ... | @@ -407,3 +408,569 @@ ep-core:volt |
| 407 | ep-core:yd2 | 408 | ep-core:yd2 |
| 408 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 409 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 409 | rdfs:label "square yards"^^xsd:string . | 410 | rdfs:label "square yards"^^xsd:string . |
| 411 | +======= | ||
| 412 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 413 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 414 | + | ||
| 415 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 416 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 417 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 418 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 419 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 420 | + | ||
| 421 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 422 | + rdf:type owl:Ontology ; | ||
| 423 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 424 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 425 | + | ||
| 426 | +ep-core:GP_cm-1 | ||
| 427 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 428 | + rdfs:label "Gigapascals per centimetre"^^xsd:string . | ||
| 429 | + | ||
| 430 | +ep-core:MeasureOfFlowOfMaterial | ||
| 431 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 432 | + rdfs:label "measure of flow of material"^^xsd:string ; | ||
| 433 | + rdfs:subClassOf owl:Class . | ||
| 434 | + | ||
| 435 | +ep-core:VolumeFlowRateAt15degC1atm | ||
| 436 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 437 | + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 438 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 439 | + | ||
| 440 | +ep-core:VolumeFlowRateAt1degC1atm | ||
| 441 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 442 | + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 443 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 444 | + | ||
| 445 | +ep-core:VolumeFlowRateAt60degF1atm | ||
| 446 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 447 | + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 448 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 449 | + | ||
| 450 | +ep-core:acre | ||
| 451 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 452 | + rdfs:label "acres"^^xsd:string . | ||
| 453 | + | ||
| 454 | +ep-core:apiDensity | ||
| 455 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 456 | + rdfs:label "API Density"^^xsd:string . | ||
| 457 | + | ||
| 458 | +ep-core:atm_100m-1 | ||
| 459 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 460 | + rdfs:label "atmospheres per 100 metres"^^xsd:string . | ||
| 461 | + | ||
| 462 | +ep-core:atm_ft-1 | ||
| 463 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 464 | + rdfs:label "atmospheres per foot"^^xsd:string . | ||
| 465 | + | ||
| 466 | +ep-core:atm_m-1 | ||
| 467 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 468 | + rdfs:label "atmospheres per metre"^^xsd:string . | ||
| 469 | + | ||
| 470 | +ep-core:atmosphere | ||
| 471 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 472 | + rdfs:domain ep-core:Pressure ; | ||
| 473 | + rdfs:label "atmosphere"^^xsd:string . | ||
| 474 | + | ||
| 475 | +ep-core:bar_km-1 | ||
| 476 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 477 | + rdfs:label "bar per kilometre"^^xsd:string . | ||
| 478 | + | ||
| 479 | +ep-core:bar_m-1 | ||
| 480 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 481 | + rdfs:label "bar per metre"^^xsd:string . | ||
| 482 | + | ||
| 483 | +ep-core:barn | ||
| 484 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 485 | + rdfs:label "barn (area)"^^xsd:string . | ||
| 486 | + | ||
| 487 | +ep-core:barrel_day-1 | ||
| 488 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 489 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 490 | + rdfs:label "barrel day-1"^^xsd:string . | ||
| 491 | + | ||
| 492 | +ep-core:centiEuclid | ||
| 493 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 494 | + rdfs:label "CentiEuclid"^^xsd:string . | ||
| 495 | + | ||
| 496 | +ep-core:centimetre | ||
| 497 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 498 | + rdfs:domain ep-core:Length ; | ||
| 499 | + rdfs:label "centimetre"^^xsd:string . | ||
| 500 | + | ||
| 501 | +ep-core:cm2 | ||
| 502 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 503 | + rdfs:label "square centimetres"^^xsd:string . | ||
| 504 | + | ||
| 505 | +ep-core:cm_s-2 | ||
| 506 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 507 | + rdfs:label "centimetres per second squared"^^xsd:string . | ||
| 508 | + | ||
| 509 | +ep-core:count | ||
| 510 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 511 | + rdfs:label "count"^^xsd:string . | ||
| 512 | + | ||
| 513 | +ep-core:degreesOfAngle_100ft-1 | ||
| 514 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 515 | + rdfs:label "degrees of angle per 100ft"^^xsd:string . | ||
| 516 | + | ||
| 517 | +ep-core:degreesOfAngle_30ft-1 | ||
| 518 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 519 | + rdfs:label "degrees of angle per 30ft"^^xsd:string . | ||
| 520 | + | ||
| 521 | +ep-core:degreesOfAngle_30m-1 | ||
| 522 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 523 | + rdfs:label "degrees of angle per 30m"^^xsd:string . | ||
| 524 | + | ||
| 525 | +ep-core:degreesOfAngle_ft-1 | ||
| 526 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 527 | + rdfs:label "degrees of angle per ft"^^xsd:string . | ||
| 528 | + | ||
| 529 | +ep-core:degreesOfAngle_hr-1 | ||
| 530 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 531 | + rdfs:label "degrees of angle per hour"^^xsd:string . | ||
| 532 | + | ||
| 533 | +ep-core:degreesOfAngle_m-1 | ||
| 534 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 535 | + rdfs:label "degrees of angle per m"^^xsd:string . | ||
| 536 | + | ||
| 537 | +ep-core:degreesOfAngle_min-1 | ||
| 538 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 539 | + rdfs:label "degrees of angle per minute"^^xsd:string . | ||
| 540 | + | ||
| 541 | +ep-core:degreesOfAngle_s-1 | ||
| 542 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 543 | + rdfs:label "degrees of angle per second"^^xsd:string . | ||
| 544 | + | ||
| 545 | +ep-core:dyne | ||
| 546 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 547 | + rdfs:label "Dyne"^^xsd:string . | ||
| 548 | + | ||
| 549 | +ep-core:erg_cm-2 | ||
| 550 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 551 | + rdfs:label "ergs per square centimetre"^^xsd:string . | ||
| 552 | + | ||
| 553 | +ep-core:euclid | ||
| 554 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 555 | + rdfs:label "Euclid"^^xsd:string . | ||
| 556 | + | ||
| 557 | +ep-core:fahrenheit | ||
| 558 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 559 | + rdfs:domain ep-core:Temperature ; | ||
| 560 | + rdfs:label "fahrenheit"^^xsd:string . | ||
| 561 | + | ||
| 562 | +ep-core:foot_s-2 | ||
| 563 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 564 | + rdfs:label "feet per second squared"^^xsd:string . | ||
| 565 | + | ||
| 566 | +ep-core:ft2 | ||
| 567 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 568 | + rdfs:label "square feet"^^xsd:string . | ||
| 569 | + | ||
| 570 | +ep-core:galileo | ||
| 571 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 572 | + rdfs:label "galileo"^^xsd:string . | ||
| 573 | + | ||
| 574 | +ep-core:gf | ||
| 575 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 576 | + rdfs:label "Gram (force)"^^xsd:string . | ||
| 577 | + | ||
| 578 | +ep-core:gn | ||
| 579 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 580 | + rdfs:label "normal acceleration Gn"^^xsd:string . | ||
| 581 | + | ||
| 582 | +ep-core:grain_100ft-3 | ||
| 583 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 584 | + rdfs:label "grain per 100ft3"^^xsd:string . | ||
| 585 | + | ||
| 586 | +ep-core:grain_ft-3_1 | ||
| 587 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 588 | + rdfs:label "grain per ft3"^^xsd:string . | ||
| 589 | + | ||
| 590 | +ep-core:grain_usGallon-1 | ||
| 591 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 592 | + rdfs:label "grain per US Gallon"^^xsd:string . | ||
| 593 | + | ||
| 594 | +ep-core:gram_dm-3 | ||
| 595 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 596 | + rdfs:label "gram dm-3"^^xsd:string . | ||
| 597 | + | ||
| 598 | +ep-core:gram_l-1 | ||
| 599 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 600 | + rdfs:label "grams per litre"^^xsd:string . | ||
| 601 | + | ||
| 602 | +ep-core:gram_m-3 | ||
| 603 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 604 | + rdfs:label "gram m-3"^^xsd:string . | ||
| 605 | + | ||
| 606 | +ep-core:gram_ukGallon-1 | ||
| 607 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 608 | + rdfs:label "grams per UK Gallon"^^xsd:string . | ||
| 609 | + | ||
| 610 | +ep-core:gram_usGallon-1 | ||
| 611 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 612 | + rdfs:label "grams per US Gallon"^^xsd:string . | ||
| 613 | + | ||
| 614 | +ep-core:hasSetOfAllPartsOfType | ||
| 615 | + rdf:type owl:ObjectProperty ; | ||
| 616 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 617 | + rdfs:label "basis for"^^xsd:string . | ||
| 618 | + | ||
| 619 | +ep-core:hectare | ||
| 620 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 621 | + rdfs:label "hectares"^^xsd:string . | ||
| 622 | + | ||
| 623 | +ep-core:in2 | ||
| 624 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 625 | + rdfs:label "square inches"^^xsd:string . | ||
| 626 | + | ||
| 627 | +ep-core:in2_ft-2 | ||
| 628 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 629 | + rdfs:label "square inches per square foot"^^xsd:string . | ||
| 630 | + | ||
| 631 | +ep-core:in2_in-2 | ||
| 632 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 633 | + rdfs:label "square inches per square inch"^^xsd:string . | ||
| 634 | + | ||
| 635 | +ep-core:inch_64 | ||
| 636 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 637 | + rdfs:domain ep-core:Length ; | ||
| 638 | + rdfs:label "inch/64"^^xsd:string . | ||
| 639 | + | ||
| 640 | +ep-core:j_cm-2 | ||
| 641 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 642 | + rdfs:label "joules per square centimetre"^^xsd:string . | ||
| 643 | + | ||
| 644 | +ep-core:j_m-2 | ||
| 645 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 646 | + rdfs:label "joules per square metre"^^xsd:string . | ||
| 647 | + | ||
| 648 | +ep-core:kgf | ||
| 649 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 650 | + rdfs:label "kg (force)"^^xsd:string . | ||
| 651 | + | ||
| 652 | +ep-core:kgf_m_m-2 | ||
| 653 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 654 | + rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; | ||
| 655 | + rdfs:label "kg (force) meter per square metre"^^xsd:string . | ||
| 656 | + | ||
| 657 | +ep-core:kiloDyne | ||
| 658 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 659 | + rdfs:label "Kilodyne"^^xsd:string . | ||
| 660 | + | ||
| 661 | +ep-core:kiloNewton | ||
| 662 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 663 | + rdfs:label "Kilonewton"^^xsd:string . | ||
| 664 | + | ||
| 665 | +ep-core:kilogram_dm-3 | ||
| 666 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 667 | + rdfs:label "kilogram dm-3"^^xsd:string . | ||
| 668 | + | ||
| 669 | +ep-core:kilogram_l-1 | ||
| 670 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 671 | + rdfs:label "kilogram per litre"^^xsd:string . | ||
| 672 | + | ||
| 673 | +ep-core:kilogram_m-3 | ||
| 674 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 675 | + rdfs:label "kilogram m-3"^^xsd:string . | ||
| 676 | + | ||
| 677 | +ep-core:kilovolt | ||
| 678 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 679 | + rdfs:label "kilovolt"^^xsd:string . | ||
| 680 | + | ||
| 681 | +ep-core:klbf | ||
| 682 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 683 | + rdfs:label "kilopound (force)"^^xsd:string . | ||
| 684 | + | ||
| 685 | +ep-core:km2 | ||
| 686 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 687 | + rdfs:label "square kilometres"^^xsd:string . | ||
| 688 | + | ||
| 689 | +ep-core:kpa_100m-1 | ||
| 690 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 691 | + rdfs:label "Kilopascal per 100 metres"^^xsd:string . | ||
| 692 | + | ||
| 693 | +ep-core:kpa_m-1 | ||
| 694 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 695 | + rdfs:label "Kilopascal per metre"^^xsd:string . | ||
| 696 | + | ||
| 697 | +ep-core:lbf | ||
| 698 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 699 | + rdfs:label "Pounds (force)"^^xsd:string . | ||
| 700 | + | ||
| 701 | +ep-core:lbf_ft-3 | ||
| 702 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 703 | + rdfs:label "pounds (force) per cubic foot"^^xsd:string . | ||
| 704 | + | ||
| 705 | +ep-core:lbf_ft_in-2 | ||
| 706 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 707 | + rdfs:label "pound foot per square inch"^^xsd:string . | ||
| 708 | + | ||
| 709 | +ep-core:lbf_usGal-1 | ||
| 710 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 711 | + rdfs:label "pounds (force) per US Gallon"^^xsd:string . | ||
| 712 | + | ||
| 713 | +ep-core:lbm_1000bbl-1 | ||
| 714 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 715 | + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | ||
| 716 | + | ||
| 717 | +ep-core:lbm_1000ukGallon-1 | ||
| 718 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 719 | + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | ||
| 720 | + | ||
| 721 | +ep-core:lbm_1000usGallon-1 | ||
| 722 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 723 | + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | ||
| 724 | + | ||
| 725 | +ep-core:lbm_10bbl-1 | ||
| 726 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 727 | + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | ||
| 728 | + | ||
| 729 | +ep-core:lbm_bbl-1 | ||
| 730 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 731 | + rdfs:label "pounds (mass) per barrel"^^xsd:string . | ||
| 732 | + | ||
| 733 | +ep-core:lbm_ft-3 | ||
| 734 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 735 | + rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | ||
| 736 | + | ||
| 737 | +ep-core:lbm_in-3 | ||
| 738 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 739 | + rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | ||
| 740 | + | ||
| 741 | +ep-core:lbm_millibarrel-1 | ||
| 742 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 743 | + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | ||
| 744 | + | ||
| 745 | +ep-core:lbm_ukGallon-1 | ||
| 746 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 747 | + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | ||
| 748 | + | ||
| 749 | +ep-core:lbm_usGallon-1 | ||
| 750 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 751 | + rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | ||
| 752 | + | ||
| 753 | +ep-core:m2 | ||
| 754 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 755 | + rdfs:label "square metres"^^xsd:string . | ||
| 756 | + | ||
| 757 | +ep-core:m2_m-2 | ||
| 758 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 759 | + rdfs:label "square metres per square metre"^^xsd:string . | ||
| 760 | + | ||
| 761 | +ep-core:masseq_100g | ||
| 762 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 763 | + rdfs:label "mass equivalent (100 grams)"^^xsd:string . | ||
| 764 | + | ||
| 765 | +ep-core:masseq_g | ||
| 766 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 767 | + rdfs:label "mass equivalent (grams)"^^xsd:string . | ||
| 768 | + | ||
| 769 | +ep-core:masseq_kg | ||
| 770 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 771 | + rdfs:label "mass equivalent (kilograms)"^^xsd:string . | ||
| 772 | + | ||
| 773 | +ep-core:megaGramF | ||
| 774 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 775 | + rdfs:label "Megagram (force)"^^xsd:string . | ||
| 776 | + | ||
| 777 | +ep-core:megaNewton | ||
| 778 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 779 | + rdfs:label "Meganewton"^^xsd:string . | ||
| 780 | + | ||
| 781 | +ep-core:megagram_m-3 | ||
| 782 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 783 | + rdfs:label "Megagram m-3"^^xsd:string . | ||
| 784 | + | ||
| 785 | +ep-core:megavolt | ||
| 786 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 787 | + rdfs:label "Megavolt"^^xsd:string . | ||
| 788 | + | ||
| 789 | +ep-core:metre3_hour-1 | ||
| 790 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 791 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 792 | + rdfs:label "metre3 hour-1"^^xsd:string . | ||
| 793 | + | ||
| 794 | +ep-core:metre_s-2 | ||
| 795 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 796 | + rdfs:label "metres per second squared"^^xsd:string . | ||
| 797 | + | ||
| 798 | +ep-core:mgn | ||
| 799 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 800 | + rdfs:label "milliGn - normal acceleration"^^xsd:string . | ||
| 801 | + | ||
| 802 | +ep-core:mi2 | ||
| 803 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 804 | + rdfs:label "square miles"^^xsd:string . | ||
| 805 | + | ||
| 806 | +ep-core:microEuclid | ||
| 807 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 808 | + rdfs:label "MicroEuclid"^^xsd:string . | ||
| 809 | + | ||
| 810 | +ep-core:microNewton | ||
| 811 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 812 | + rdfs:label "MIcronewton"^^xsd:string . | ||
| 813 | + | ||
| 814 | +ep-core:microgram_cm-3 | ||
| 815 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 816 | + rdfs:label "microgram cm-3"^^xsd:string . | ||
| 817 | + | ||
| 818 | +ep-core:microvolt | ||
| 819 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 820 | + rdfs:label "microvolt"^^xsd:string . | ||
| 821 | + | ||
| 822 | +ep-core:milliEuclid | ||
| 823 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 824 | + rdfs:label "MilliEuclid"^^xsd:string . | ||
| 825 | + | ||
| 826 | +ep-core:milliNewton | ||
| 827 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 828 | + rdfs:label "Millinewton"^^xsd:string . | ||
| 829 | + | ||
| 830 | +ep-core:milliPa_second | ||
| 831 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 832 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 833 | + rdfs:label "MPa.second"^^xsd:string . | ||
| 834 | + | ||
| 835 | +ep-core:milligalileo | ||
| 836 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 837 | + rdfs:label "milligalileo"^^xsd:string . | ||
| 838 | + | ||
| 839 | +ep-core:milligram_dm-3 | ||
| 840 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 841 | + rdfs:label "milligram dm-3"^^xsd:string . | ||
| 842 | + | ||
| 843 | +ep-core:milligram_l-1 | ||
| 844 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 845 | + rdfs:label "milligrams per litre"^^xsd:string . | ||
| 846 | + | ||
| 847 | +ep-core:milligram_m-3 | ||
| 848 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 849 | + rdfs:label "milligram m-3"^^xsd:string . | ||
| 850 | + | ||
| 851 | +ep-core:milligram_usGallon-1 | ||
| 852 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 853 | + rdfs:label "milligrams per US Gallon"^^xsd:string . | ||
| 854 | + | ||
| 855 | +ep-core:millivolt | ||
| 856 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 857 | + rdfs:label "millivolt"^^xsd:string . | ||
| 858 | + | ||
| 859 | +ep-core:mj_cm-2 | ||
| 860 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 861 | + rdfs:label "millijoules per square centimetre"^^xsd:string . | ||
| 862 | + | ||
| 863 | +ep-core:mj_m-2 | ||
| 864 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 865 | + rdfs:label "millijoules per square metre"^^xsd:string . | ||
| 866 | + | ||
| 867 | +ep-core:mm2 | ||
| 868 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 869 | + rdfs:label "square millimetres"^^xsd:string . | ||
| 870 | + | ||
| 871 | +ep-core:mm2_mm-2 | ||
| 872 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 873 | + rdfs:label "square millimetres per square millimetre"^^xsd:string . | ||
| 874 | + | ||
| 875 | +ep-core:mpa_m-1 | ||
| 876 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 877 | + rdfs:label "megapascal per metre"^^xsd:string . | ||
| 878 | + | ||
| 879 | +ep-core:n_m-3 | ||
| 880 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 881 | + rdfs:label "Newtons per square metre"^^xsd:string . | ||
| 882 | + | ||
| 883 | +ep-core:n_m-E | ||
| 884 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 885 | + rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; | ||
| 886 | + rdfs:label "joules per square centimetre"^^xsd:string . | ||
| 887 | + | ||
| 888 | +ep-core:nanoEuclid | ||
| 889 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 890 | + rdfs:label "NanoEuclid"^^xsd:string . | ||
| 891 | + | ||
| 892 | +ep-core:newton | ||
| 893 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 894 | + rdfs:label "Newton"^^xsd:string . | ||
| 895 | + | ||
| 896 | +ep-core:ozf | ||
| 897 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 898 | + rdfs:label "Ounces (force)"^^xsd:string . | ||
| 899 | + | ||
| 900 | +ep-core:pascal_m-1 | ||
| 901 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 902 | + rdfs:label "Pascal per metre"^^xsd:string . | ||
| 903 | + | ||
| 904 | +ep-core:pdl | ||
| 905 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 906 | + rdfs:label "Poundal"^^xsd:string . | ||
| 907 | + | ||
| 908 | +ep-core:psi_1000ft-1 | ||
| 909 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 910 | + rdfs:label "psi per 1000ft"^^xsd:string . | ||
| 911 | + | ||
| 912 | +ep-core:psi_100ft-1 | ||
| 913 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 914 | + rdfs:label "psi per 100ft"^^xsd:string . | ||
| 915 | + | ||
| 916 | +ep-core:psi_ft-1 | ||
| 917 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 918 | + rdfs:label "psi per ft"^^xsd:string . | ||
| 919 | + | ||
| 920 | +ep-core:psi_m-1 | ||
| 921 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 922 | + rdfs:label "psi per metre"^^xsd:string . | ||
| 923 | + | ||
| 924 | +ep-core:radian_ft-1 | ||
| 925 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 926 | + rdfs:label "radians per ft"^^xsd:string . | ||
| 927 | + | ||
| 928 | +ep-core:radian_m-1 | ||
| 929 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 930 | + rdfs:label "radians per m"^^xsd:string . | ||
| 931 | + | ||
| 932 | +ep-core:radian_s-1 | ||
| 933 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 934 | + rdfs:label "radians per s"^^xsd:string . | ||
| 935 | + | ||
| 936 | +ep-core:rev_min-1 | ||
| 937 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 938 | + rdfs:label "revolutions per minute"^^xsd:string . | ||
| 939 | + | ||
| 940 | +ep-core:rev_s-1 | ||
| 941 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 942 | + rdfs:label "revolutions per second"^^xsd:string . | ||
| 943 | + | ||
| 944 | +ep-core:ten_megagram_m-3 | ||
| 945 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 946 | + rdfs:label "10 Megagram m-3"^^xsd:string . | ||
| 947 | + | ||
| 948 | +ep-core:thousand_barrel | ||
| 949 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 950 | + rdfs:label "thousand barrel"^^xsd:string . | ||
| 951 | + | ||
| 952 | +ep-core:ukTonF | ||
| 953 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 954 | + rdfs:label "UK Ton (force)"^^xsd:string . | ||
| 955 | + | ||
| 956 | +ep-core:um2 | ||
| 957 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 958 | + rdfs:label "square micrometres"^^xsd:string . | ||
| 959 | + | ||
| 960 | +ep-core:usTonF | ||
| 961 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 962 | + rdfs:label "US Ton (force)"^^xsd:string . | ||
| 963 | + | ||
| 964 | +ep-core:us_mi2 | ||
| 965 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 966 | + rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | ||
| 967 | + rdfs:label "square miles (US)"^^xsd:string . | ||
| 968 | + | ||
| 969 | +ep-core:volt | ||
| 970 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 971 | + rdfs:label "Volt"^^xsd:string . | ||
| 972 | + | ||
| 973 | +ep-core:yd2 | ||
| 974 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 975 | + rdfs:label "square yards"^^xsd:string . | ||
| 976 | +>>>>>>> IanMon1 | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 25 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
| ... | @@ -1182,6 +1182,351 @@ ep-dpr-spin-lib:selectElectricPotentialScale | ... | @@ -1182,6 +1182,351 @@ ep-dpr-spin-lib:selectElectricPotentialScale |
| 1182 | ]) | 1182 | ]) |
| 1183 | ] . | 1183 | ] . |
| 1184 | 1184 | ||
| 1185 | +ep-dpr-spin-lib:selectEnergyPerAreaScale | ||
| 1186 | + rdf:type spin:Function ; | ||
| 1187 | + rdfs:label "select Duration scale"^^xsd:string ; | ||
| 1188 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1189 | + spin:body | ||
| 1190 | + [ rdf:type sp:Select ; | ||
| 1191 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1192 | + ]) ; | ||
| 1193 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1194 | + sp:expression | ||
| 1195 | + [ rdf:type sp:if ; | ||
| 1196 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1197 | + sp:arg1 spin:_arg1 ; | ||
| 1198 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_kgf.mcm2> | ||
| 1199 | + ] ; | ||
| 1200 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kgf_m_m-2> ; | ||
| 1201 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1202 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1203 | + sp:arg1 spin:_arg1 ; | ||
| 1204 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_ergcm2> | ||
| 1205 | + ] ; | ||
| 1206 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#erg_cm-2> ; | ||
| 1207 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1208 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1209 | + sp:arg1 spin:_arg1 ; | ||
| 1210 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_lbf.ftin2> | ||
| 1211 | + ] ; | ||
| 1212 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft_in-2> ; | ||
| 1213 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1214 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1215 | + sp:arg1 spin:_arg1 ; | ||
| 1216 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_Jcm2> | ||
| 1217 | + ] ; | ||
| 1218 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#j_cm-2> ; | ||
| 1219 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1220 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1221 | + sp:arg1 spin:_arg1 ; | ||
| 1222 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_mJcm2> | ||
| 1223 | + ] ; | ||
| 1224 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mj_cm-2> ; | ||
| 1225 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1226 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1227 | + sp:arg1 spin:_arg1 ; | ||
| 1228 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_mJm2> | ||
| 1229 | + ] ; | ||
| 1230 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mj_m-2> ; | ||
| 1231 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1232 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1233 | + sp:arg1 spin:_arg1 ; | ||
| 1234 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_Nm> | ||
| 1235 | + ] ; | ||
| 1236 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m-E> ; | ||
| 1237 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1238 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1239 | + sp:arg1 spin:_arg1 ; | ||
| 1240 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_Jm2> | ||
| 1241 | + ] ; | ||
| 1242 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#j_m-2> ; | ||
| 1243 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 1244 | + ] | ||
| 1245 | + ] | ||
| 1246 | + ] | ||
| 1247 | + ] | ||
| 1248 | + ] | ||
| 1249 | + ] | ||
| 1250 | + ] | ||
| 1251 | + ] ; | ||
| 1252 | + sp:variable | ||
| 1253 | + [ sp:varName "myVar"^^xsd:string | ||
| 1254 | + ] | ||
| 1255 | + ]) | ||
| 1256 | + ] . | ||
| 1257 | + | ||
| 1258 | +ep-dpr-spin-lib:selectForcePerVolumeScale | ||
| 1259 | + rdf:type spin:Function ; | ||
| 1260 | + rdfs:label "select force per volume scale"^^xsd:string ; | ||
| 1261 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1262 | + spin:body | ||
| 1263 | + [ rdf:type sp:Select ; | ||
| 1264 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1265 | + ]) ; | ||
| 1266 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1267 | + sp:expression | ||
| 1268 | + [ rdf:type sp:if ; | ||
| 1269 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1270 | + sp:arg1 spin:_arg1 ; | ||
| 1271 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_atm100m> | ||
| 1272 | + ] ; | ||
| 1273 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#atm_100m-1> ; | ||
| 1274 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1275 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1276 | + sp:arg1 spin:_arg1 ; | ||
| 1277 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_GPacm> | ||
| 1278 | + ] ; | ||
| 1279 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#GP_cm-1> ; | ||
| 1280 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1281 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1282 | + sp:arg1 spin:_arg1 ; | ||
| 1283 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_barm> | ||
| 1284 | + ] ; | ||
| 1285 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar_m-1> ; | ||
| 1286 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1287 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1288 | + sp:arg1 spin:_arg1 ; | ||
| 1289 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_barkm> | ||
| 1290 | + ] ; | ||
| 1291 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar_km-1> ; | ||
| 1292 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1293 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1294 | + sp:arg1 spin:_arg1 ; | ||
| 1295 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_atmm> | ||
| 1296 | + ] ; | ||
| 1297 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#atm_m-1> ; | ||
| 1298 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1299 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1300 | + sp:arg1 spin:_arg1 ; | ||
| 1301 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_lbfft3> | ||
| 1302 | + ] ; | ||
| 1303 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft-3> ; | ||
| 1304 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1305 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1306 | + sp:arg1 spin:_arg1 ; | ||
| 1307 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_psi100ft> | ||
| 1308 | + ] ; | ||
| 1309 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi_100ft-1> ; | ||
| 1310 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1311 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1312 | + sp:arg1 spin:_arg1 ; | ||
| 1313 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_psikft> | ||
| 1314 | + ] ; | ||
| 1315 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi_1000ft-1> ; | ||
| 1316 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1317 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1318 | + sp:arg1 spin:_arg1 ; | ||
| 1319 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_Pam> | ||
| 1320 | + ] ; | ||
| 1321 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pascal_m-1> ; | ||
| 1322 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1323 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1324 | + sp:arg1 spin:_arg1 ; | ||
| 1325 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_psift> | ||
| 1326 | + ] ; | ||
| 1327 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi_ft-1> ; | ||
| 1328 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1329 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1330 | + sp:arg1 spin:_arg1 ; | ||
| 1331 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_kPam> | ||
| 1332 | + ] ; | ||
| 1333 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kpa_m-1> ; | ||
| 1334 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1335 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1336 | + sp:arg1 spin:_arg1 ; | ||
| 1337 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_Nm3> | ||
| 1338 | + ] ; | ||
| 1339 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m-3> ; | ||
| 1340 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1341 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1342 | + sp:arg1 spin:_arg1 ; | ||
| 1343 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_lbfgalUS> | ||
| 1344 | + ] ; | ||
| 1345 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_usGal-1> ; | ||
| 1346 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1347 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1348 | + sp:arg1 spin:_arg1 ; | ||
| 1349 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_atmft> | ||
| 1350 | + ] ; | ||
| 1351 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#atm_ft-1> ; | ||
| 1352 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1353 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1354 | + sp:arg1 spin:_arg1 ; | ||
| 1355 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_kPa100m> | ||
| 1356 | + ] ; | ||
| 1357 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kpa_100m-1> ; | ||
| 1358 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1359 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1360 | + sp:arg1 spin:_arg1 ; | ||
| 1361 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_MPam> | ||
| 1362 | + ] ; | ||
| 1363 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mpa_m-1> ; | ||
| 1364 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1365 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1366 | + sp:arg1 spin:_arg1 ; | ||
| 1367 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FPVU_psim> | ||
| 1368 | + ] ; | ||
| 1369 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi_m-1> ; | ||
| 1370 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 1371 | + ] | ||
| 1372 | + ] | ||
| 1373 | + ] | ||
| 1374 | + ] | ||
| 1375 | + ] | ||
| 1376 | + ] | ||
| 1377 | + ] | ||
| 1378 | + ] | ||
| 1379 | + ] | ||
| 1380 | + ] | ||
| 1381 | + ] | ||
| 1382 | + ] | ||
| 1383 | + ] | ||
| 1384 | + ] | ||
| 1385 | + ] | ||
| 1386 | + ] | ||
| 1387 | + ] ; | ||
| 1388 | + sp:variable | ||
| 1389 | + [ sp:varName "myVar"^^xsd:string | ||
| 1390 | + ] | ||
| 1391 | + ]) | ||
| 1392 | + ] . | ||
| 1393 | + | ||
| 1394 | +ep-dpr-spin-lib:selectForceScale | ||
| 1395 | + rdf:type spin:Function ; | ||
| 1396 | + rdfs:label "select force scale"^^xsd:string ; | ||
| 1397 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1398 | + spin:body | ||
| 1399 | + [ rdf:type sp:Select ; | ||
| 1400 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1401 | + ]) ; | ||
| 1402 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1403 | + sp:expression | ||
| 1404 | + [ rdf:type sp:if ; | ||
| 1405 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1406 | + sp:arg1 spin:_arg1 ; | ||
| 1407 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_MN> | ||
| 1408 | + ] ; | ||
| 1409 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaNewton> ; | ||
| 1410 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1411 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1412 | + sp:arg1 spin:_arg1 ; | ||
| 1413 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kdyne> | ||
| 1414 | + ] ; | ||
| 1415 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloDyne> ; | ||
| 1416 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1417 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1418 | + sp:arg1 spin:_arg1 ; | ||
| 1419 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kN> | ||
| 1420 | + ] ; | ||
| 1421 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloNewton> ; | ||
| 1422 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1423 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1424 | + sp:arg1 spin:_arg1 ; | ||
| 1425 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_tonfUS> | ||
| 1426 | + ] ; | ||
| 1427 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTonF> ; | ||
| 1428 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1429 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1430 | + sp:arg1 spin:_arg1 ; | ||
| 1431 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_daN> | ||
| 1432 | + ] ; | ||
| 1433 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 1434 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1435 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1436 | + sp:arg1 spin:_arg1 ; | ||
| 1437 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_Mgf> | ||
| 1438 | + ] ; | ||
| 1439 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaGramF> ; | ||
| 1440 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1441 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1442 | + sp:arg1 spin:_arg1 ; | ||
| 1443 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_mN> | ||
| 1444 | + ] ; | ||
| 1445 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliNewton> ; | ||
| 1446 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1447 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1448 | + sp:arg1 spin:_arg1 ; | ||
| 1449 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_gf> | ||
| 1450 | + ] ; | ||
| 1451 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gf> ; | ||
| 1452 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1453 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1454 | + sp:arg1 spin:_arg1 ; | ||
| 1455 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_lbf> | ||
| 1456 | + ] ; | ||
| 1457 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf> ; | ||
| 1458 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1459 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1460 | + sp:arg1 spin:_arg1 ; | ||
| 1461 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_ozf> | ||
| 1462 | + ] ; | ||
| 1463 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ozf> ; | ||
| 1464 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1465 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1466 | + sp:arg1 spin:_arg1 ; | ||
| 1467 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_uN> | ||
| 1468 | + ] ; | ||
| 1469 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microNewton> ; | ||
| 1470 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1471 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1472 | + sp:arg1 spin:_arg1 ; | ||
| 1473 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_dyne> | ||
| 1474 | + ] ; | ||
| 1475 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#dyne> ; | ||
| 1476 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1477 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1478 | + sp:arg1 spin:_arg1 ; | ||
| 1479 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kgf> | ||
| 1480 | + ] ; | ||
| 1481 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kgf> ; | ||
| 1482 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1483 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1484 | + sp:arg1 spin:_arg1 ; | ||
| 1485 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_tonfUK> | ||
| 1486 | + ] ; | ||
| 1487 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ukTonF> ; | ||
| 1488 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1489 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1490 | + sp:arg1 spin:_arg1 ; | ||
| 1491 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_klbf> | ||
| 1492 | + ] ; | ||
| 1493 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#klbf> ; | ||
| 1494 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1495 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1496 | + sp:arg1 spin:_arg1 ; | ||
| 1497 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_pdl> | ||
| 1498 | + ] ; | ||
| 1499 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pdl> ; | ||
| 1500 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1501 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1502 | + sp:arg1 spin:_arg1 ; | ||
| 1503 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_N> | ||
| 1504 | + ] ; | ||
| 1505 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#newton> ; | ||
| 1506 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 1507 | + ] | ||
| 1508 | + ] | ||
| 1509 | + ] | ||
| 1510 | + ] | ||
| 1511 | + ] | ||
| 1512 | + ] | ||
| 1513 | + ] | ||
| 1514 | + ] | ||
| 1515 | + ] | ||
| 1516 | + ] | ||
| 1517 | + ] | ||
| 1518 | + ] | ||
| 1519 | + ] | ||
| 1520 | + ] | ||
| 1521 | + ] | ||
| 1522 | + ] | ||
| 1523 | + ] ; | ||
| 1524 | + sp:variable | ||
| 1525 | + [ sp:varName "myVar"^^xsd:string | ||
| 1526 | + ] | ||
| 1527 | + ]) | ||
| 1528 | + ] . | ||
| 1529 | + | ||
| 1185 | ep-dpr-spin-lib:selectLengthScale | 1530 | ep-dpr-spin-lib:selectLengthScale |
| 1186 | rdf:type spin:Function ; | 1531 | rdf:type spin:Function ; |
| 1187 | rdfs:label "select Length scale"^^xsd:string ; | 1532 | rdfs:label "select Length scale"^^xsd:string ; |
| ... | @@ -1366,6 +1711,44 @@ ep-dpr-spin-lib:selectMassConcentrationScale | ... | @@ -1366,6 +1711,44 @@ ep-dpr-spin-lib:selectMassConcentrationScale |
| 1366 | ]) | 1711 | ]) |
| 1367 | ] . | 1712 | ] . |
| 1368 | 1713 | ||
| 1714 | +ep-dpr-spin-lib:selectMassEquivalentScale | ||
| 1715 | + rdf:type spin:Function ; | ||
| 1716 | + rdfs:label "select mass equivalent scale"^^xsd:string ; | ||
| 1717 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1718 | + spin:body | ||
| 1719 | + [ rdf:type sp:Select ; | ||
| 1720 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1721 | + ]) ; | ||
| 1722 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1723 | + sp:expression | ||
| 1724 | + [ rdf:type sp:if ; | ||
| 1725 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1726 | + sp:arg1 spin:_arg1 ; | ||
| 1727 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPMU_meqg> | ||
| 1728 | + ] ; | ||
| 1729 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#masseq_g> ; | ||
| 1730 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1731 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1732 | + sp:arg1 spin:_arg1 ; | ||
| 1733 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPMU_eqkg> | ||
| 1734 | + ] ; | ||
| 1735 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#masseq_kg> ; | ||
| 1736 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1737 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1738 | + sp:arg1 spin:_arg1 ; | ||
| 1739 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPMU_meq100g> | ||
| 1740 | + ] ; | ||
| 1741 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#masseq_100g> ; | ||
| 1742 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 1743 | + ] | ||
| 1744 | + ] | ||
| 1745 | + ] ; | ||
| 1746 | + sp:variable | ||
| 1747 | + [ sp:varName "myVar"^^xsd:string | ||
| 1748 | + ] | ||
| 1749 | + ]) | ||
| 1750 | + ] . | ||
| 1751 | + | ||
| 1369 | ep-dpr-spin-lib:selectPressureScale | 1752 | ep-dpr-spin-lib:selectPressureScale |
| 1370 | rdf:type spin:Function ; | 1753 | rdf:type spin:Function ; |
| 1371 | rdfs:label "select Pressure scale"^^xsd:string ; | 1754 | rdfs:label "select Pressure scale"^^xsd:string ; |
| ... | @@ -3004,74 +3387,56 @@ ep-dpr-spin-lib:selectWellTestReasonType | ... | @@ -3004,74 +3387,56 @@ ep-dpr-spin-lib:selectWellTestReasonType |
| 3004 | ]) | 3387 | ]) |
| 3005 | ] . | 3388 | ] . |
| 3006 | 3389 | ||
| 3007 | -_:b1 sp:varName "uri"^^xsd:string . | 3390 | +_:b20 |
| 3008 | - | 3391 | + sp:varName "densityScale"^^xsd:string . |
| 3009 | -_:b2 sp:varName "uri"^^xsd:string . | ||
| 3010 | - | ||
| 3011 | -_:b3 sp:varName "UUID"^^xsd:string . | ||
| 3012 | - | ||
| 3013 | -_:b4 sp:varName "uri"^^xsd:string . | ||
| 3014 | - | ||
| 3015 | -_:b5 sp:varName "uri"^^xsd:string . | ||
| 3016 | - | ||
| 3017 | -_:b6 sp:varName "uri"^^xsd:string . | ||
| 3018 | - | ||
| 3019 | -_:b7 sp:varName "uri"^^xsd:string . | ||
| 3020 | - | ||
| 3021 | -_:b8 sp:varName "uri"^^xsd:string . | ||
| 3022 | 3392 | ||
| 3023 | -_:b9 sp:varName "uri"^^xsd:string . | 3393 | +_:b19 |
| 3394 | + sp:varName "uri"^^xsd:string . | ||
| 3024 | 3395 | ||
| 3025 | -_:b10 | 3396 | +_:b18 |
| 3026 | sp:varName "uri"^^xsd:string . | 3397 | sp:varName "uri"^^xsd:string . |
| 3027 | 3398 | ||
| 3028 | -_:b11 | 3399 | +_:b17 |
| 3029 | sp:varName "uri"^^xsd:string . | 3400 | sp:varName "uri"^^xsd:string . |
| 3030 | 3401 | ||
| 3031 | -_:b12 | 3402 | +_:b16 |
| 3032 | sp:varName "uri"^^xsd:string . | 3403 | sp:varName "uri"^^xsd:string . |
| 3033 | 3404 | ||
| 3034 | -_:b13 | 3405 | +_:b15 |
| 3035 | sp:varName "uri"^^xsd:string . | 3406 | sp:varName "uri"^^xsd:string . |
| 3036 | 3407 | ||
| 3037 | _:b14 | 3408 | _:b14 |
| 3038 | sp:varName "uri"^^xsd:string . | 3409 | sp:varName "uri"^^xsd:string . |
| 3039 | 3410 | ||
| 3040 | -_:b15 | 3411 | +_:b13 |
| 3041 | sp:varName "uri"^^xsd:string . | 3412 | sp:varName "uri"^^xsd:string . |
| 3042 | 3413 | ||
| 3043 | -_:b16 | 3414 | +_:b12 |
| 3044 | sp:varName "uri"^^xsd:string . | 3415 | sp:varName "uri"^^xsd:string . |
| 3045 | 3416 | ||
| 3046 | -_:b17 | 3417 | +_:b11 |
| 3047 | sp:varName "uri"^^xsd:string . | 3418 | sp:varName "uri"^^xsd:string . |
| 3048 | 3419 | ||
| 3049 | -_:b18 | 3420 | +_:b10 |
| 3050 | sp:varName "uri"^^xsd:string . | 3421 | sp:varName "uri"^^xsd:string . |
| 3051 | 3422 | ||
| 3052 | -_:b19 | 3423 | +_:b9 sp:varName "uri"^^xsd:string . |
| 3053 | - sp:varName "uri"^^xsd:string . | ||
| 3054 | 3424 | ||
| 3055 | -_:b20 | 3425 | +_:b8 sp:varName "uri"^^xsd:string . |
| 3056 | - sp:varName "densityScale"^^xsd:string . | ||
| 3057 | 3426 | ||
| 3058 | -_:b21 | 3427 | +_:b7 sp:varName "uri"^^xsd:string . |
| 3059 | - sp:varName "durationScale"^^xsd:string . | ||
| 3060 | 3428 | ||
| 3061 | -_:b22 | 3429 | +_:b6 sp:varName "uri"^^xsd:string . |
| 3062 | - sp:varName "lengthScale"^^xsd:string . | ||
| 3063 | 3430 | ||
| 3064 | -_:b23 | 3431 | +_:b5 sp:varName "uri"^^xsd:string . |
| 3065 | - sp:varName "massConcScale"^^xsd:string . | ||
| 3066 | 3432 | ||
| 3067 | -_:b24 | 3433 | +_:b4 sp:varName "uri"^^xsd:string . |
| 3068 | - sp:varName "pressureScale"^^xsd:string . | ||
| 3069 | 3434 | ||
| 3070 | -_:b25 | 3435 | +_:b3 sp:varName "UUID"^^xsd:string . |
| 3071 | - sp:varName "productType"^^xsd:string . | ||
| 3072 | 3436 | ||
| 3073 | -_:b26 | 3437 | +_:b2 sp:varName "uri"^^xsd:string . |
| 3074 | - sp:varName "productionFacilityType"^^xsd:string . | 3438 | + |
| 3439 | +_:b1 sp:varName "uri"^^xsd:string . | ||
| 3075 | 3440 | ||
| 3076 | _:b27 | 3441 | _:b27 |
| 3077 | sp:varName "productionFlowDefinitionType"^^xsd:string . | 3442 | sp:varName "productionFlowDefinitionType"^^xsd:string . |
| ... | @@ -3117,3 +3482,21 @@ _:b40 | ... | @@ -3117,3 +3482,21 @@ _:b40 |
| 3117 | 3482 | ||
| 3118 | _:b41 | 3483 | _:b41 |
| 3119 | sp:varName "volumeScale"^^xsd:string . | 3484 | sp:varName "volumeScale"^^xsd:string . |
| 3485 | + | ||
| 3486 | +_:b21 | ||
| 3487 | + sp:varName "durationScale"^^xsd:string . | ||
| 3488 | + | ||
| 3489 | +_:b22 | ||
| 3490 | + sp:varName "lengthScale"^^xsd:string . | ||
| 3491 | + | ||
| 3492 | +_:b23 | ||
| 3493 | + sp:varName "massConcScale"^^xsd:string . | ||
| 3494 | + | ||
| 3495 | +_:b24 | ||
| 3496 | + sp:varName "pressureScale"^^xsd:string . | ||
| 3497 | + | ||
| 3498 | +_:b25 | ||
| 3499 | + sp:varName "productType"^^xsd:string . | ||
| 3500 | + | ||
| 3501 | +_:b26 | ||
| 3502 | + sp:varName "productionFacilityType"^^xsd:string . | ... | ... |
-
Please register or login to post a comment