Ralph Hodgson

Cleanup of deprecated properties

Showing 30 changed files with 678 additions and 5695 deletions
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Thu Jul 28 13:04:59 PDT 2011 1 +# Saved by TopBraid on Sat Aug 06 12:18:58 PDT 2011
2 # baseURI: http://www.reportinghub.no/1.1/scripts/ddr-refactoring 2 # baseURI: http://www.reportinghub.no/1.1/scripts/ddr-refactoring
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://topbraid.org/sparqlmotionfunctions 4 # imports: http://topbraid.org/sparqlmotionfunctions
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
25 25
26 <http://www.reportinghub.no/1.1/scripts/ddr-refactoring> 26 <http://www.reportinghub.no/1.1/scripts/ddr-refactoring>
27 rdf:type owl:Ontology ; 27 rdf:type owl:Ontology ;
28 - owl:imports <http://www.linkedmodel.org/1.0/schema/dtype> , <http://topbraid.org/sxsd> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://topbraid.org/sparqlmotionlib-tbc> , <http://topbraid.org/sparqlmotionfunctions> ; 28 + owl:imports <http://topbraid.org/sparqlmotionfunctions> , <http://topbraid.org/sparqlmotionlib-tbc> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://topbraid.org/sxsd> , <http://www.linkedmodel.org/1.0/schema/dtype> ;
29 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 29 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
30 30
31 ddr-refactoring:Add_Abstract_SimpleType_Class 31 ddr-refactoring:Add_Abstract_SimpleType_Class
...@@ -277,130 +277,65 @@ ddr-refactoring:Construct_Class_To_SXML_Element_Associations ...@@ -277,130 +277,65 @@ ddr-refactoring:Construct_Class_To_SXML_Element_Associations
277 ]) 277 ])
278 ] . 278 ] .
279 279
280 -ddr-refactoring:Delete_ObjectProperties_For_Strings 280 +ddr-refactoring:Delete_Unneeded_Object_Properties_Axioms
281 rdf:type sml:PerformUpdate ; 281 rdf:type sml:PerformUpdate ;
282 - rdfs:label "Delete ObjectProperty Axioms For Strings"^^xsd:string ; 282 + rdfs:label "Delete Unneeded Object Properties Axioms"^^xsd:string ;
283 sm:next ddr-refactoring:Return ; 283 sm:next ddr-refactoring:Return ;
284 sml:updateQuery 284 sml:updateQuery
285 [ rdf:type sp:Modify ; 285 [ rdf:type sp:Modify ;
286 sp:deletePattern ([ sp:object _:b21 ; 286 sp:deletePattern ([ sp:object _:b21 ;
287 - sp:predicate rdfs:subClassOf ; 287 + sp:predicate _:b22 ;
288 - sp:subject _:b22
289 - ] [ sp:object _:b23 ;
290 - sp:predicate rdfs:subClassOf ;
291 - sp:subject _:b22
292 - ] [ sp:object _:b24 ;
293 - sp:predicate owl:allValuesFrom ;
294 - sp:subject _:b21
295 - ] [ sp:object _:b25 ;
296 - sp:predicate _:b26 ;
297 - sp:subject _:b21
298 - ] [ sp:object _:b27 ;
299 - sp:predicate _:b28 ;
300 sp:subject _:b23 288 sp:subject _:b23
301 - ]) ;
302 - sp:where ([ rdf:type sp:TriplePath ;
303 - sp:object ddr:AbstractStringDatatype ;
304 - sp:path [ rdf:type sp:ModPath ;
305 - sp:modMax -2 ;
306 - sp:modMin 1 ;
307 - sp:subPath rdfs:subClassOf
308 - ] ;
309 - sp:subject _:b29
310 - ] [ sp:object _:b29 ;
311 - sp:predicate owl:allValuesFrom ;
312 - sp:subject _:b30
313 - ] [ sp:object owl:Restriction ;
314 - sp:predicate rdf:type ;
315 - sp:subject _:b30
316 - ] [ sp:object _:b30 ;
317 - sp:predicate rdfs:subClassOf ;
318 - sp:subject _:b24
319 - ] [ sp:object _:b24 ;
320 - sp:predicate owl:allValuesFrom ;
321 - sp:subject _:b21
322 - ] [ sp:object _:b31 ;
323 - sp:predicate owl:onProperty ;
324 - sp:subject _:b21
325 - ] [ sp:object owl:Restriction ;
326 - sp:predicate rdf:type ;
327 - sp:subject _:b21
328 - ] [ sp:object owl:ObjectProperty ;
329 - sp:predicate rdf:type ;
330 - sp:subject _:b31
331 - ] [ sp:object _:b21 ;
332 - sp:predicate rdfs:subClassOf ;
333 - sp:subject _:b22
334 ] [ sp:object _:b23 ; 289 ] [ sp:object _:b23 ;
335 sp:predicate rdfs:subClassOf ; 290 sp:predicate rdfs:subClassOf ;
336 - sp:subject _:b22 291 + sp:subject _:b24
337 - ] [ sp:object owl:Restriction ; 292 + ]) ;
293 + sp:insertPattern () ;
294 + sp:where ([ sp:object owl:DeprecatedProperty ;
338 sp:predicate rdf:type ; 295 sp:predicate rdf:type ;
339 - sp:subject _:b23 296 + sp:subject _:b25
340 - ] [ sp:object _:b31 ; 297 + ] [ rdf:type sp:Bind ;
341 - sp:predicate owl:onProperty ;
342 - sp:subject _:b23
343 - ] [ rdf:type sp:Filter ;
344 sp:expression 298 sp:expression
345 - [ rdf:type sp:ne ; 299 + [ rdf:type smf:lowerCamelCase ;
346 - sp:arg1 _:b23 ; 300 + sp:arg1 [ rdf:type smf:regex ;
347 - sp:arg2 _:b21 301 + sp:arg1 [ rdf:type afn:localname ;
348 - ] 302 + sp:arg1 _:b25
349 - ] [ sp:object _:b25 ; 303 + ] ;
350 - sp:predicate _:b26 ; 304 + sp:arg2 "has(.*)" ;
351 - sp:subject _:b21 305 + sp:arg3 "$1"
352 - ] [ sp:object _:b27 ; 306 + ]
353 - sp:predicate _:b28 ; 307 + ] ;
354 - sp:subject _:b23 308 + sp:variable _:b26
355 - ]) 309 + ] [ rdf:type sp:Bind ;
356 - ] . 310 + sp:expression
357 - 311 + [ rdf:type sp:iri ;
358 -ddr-refactoring:Delete_ObjectProperty_Axioms_For_Timestamps 312 + sp:arg1 [ rdf:type fn:concat ;
359 - rdf:type sml:PerformUpdate ; 313 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
360 - rdfs:label "Delete Object property Axioms For Timestamps"^^xsd:string ; 314 + sp:arg2 _:b26
361 - sm:next ddr-refactoring:Return . 315 + ]
362 - 316 + ] ;
363 -ddr-refactoring:Deprecate_Object_Properties_That_Are_Now_Datatype_Properties 317 + sp:variable _:b27
364 - rdf:type sml:ApplyConstruct ; 318 + ] [ sp:object
365 - rdfs:label "Deprecate Object Properties That Should Have Been Datatype Properties"^^xsd:string ; 319 + [ sp:varName "pNUtype"^^xsd:string
366 - sm:next ddr-refactoring:Return ;
367 - sml:constructQuery
368 - [ rdf:type sp:Construct ;
369 - sp:templates ([ sp:object owl:DeprecatedProperty ;
370 - sp:predicate rdf:type ;
371 - sp:subject _:b32
372 - ]) ;
373 - sp:where ([ rdf:type sp:TriplePath ;
374 - sp:object ddr:Thing ;
375 - sp:path [ rdf:type sp:ModPath ;
376 - sp:modMax -2 ;
377 - sp:modMin 0 ;
378 - sp:subPath rdfs:subClassOf
379 ] ; 320 ] ;
380 - sp:subject _:b33
381 - ] [ sp:object _:b34 ;
382 - sp:predicate rdfs:subClassOf ;
383 - sp:subject _:b33
384 - ] [ sp:object _:b35 ;
385 - sp:predicate owl:allValuesFrom ;
386 - sp:subject _:b34
387 - ] [ sp:object _:b32 ;
388 - sp:predicate owl:onProperty ;
389 - sp:subject _:b34
390 - ] [ sp:object owl:ObjectProperty ;
391 sp:predicate rdf:type ; 321 sp:predicate rdf:type ;
392 - sp:subject _:b32 322 + sp:subject _:b27
323 + ] [ sp:object _:b25 ;
324 + sp:predicate owl:onProperty ;
325 + sp:subject _:b23
393 ] [ rdf:type sp:TriplePath ; 326 ] [ rdf:type sp:TriplePath ;
394 - sp:object ddr:AbstractSimpleType ; 327 + sp:object _:b23 ;
395 sp:path [ rdf:type sp:ModPath ; 328 sp:path [ rdf:type sp:ModPath ;
396 sp:modMax -2 ; 329 sp:modMax -2 ;
397 sp:modMin 0 ; 330 sp:modMin 0 ;
398 sp:subPath rdfs:subClassOf 331 sp:subPath rdfs:subClassOf
399 ] ; 332 ] ;
400 - sp:subject _:b35 333 + sp:subject _:b24
334 + ] [ sp:object _:b21 ;
335 + sp:predicate _:b22 ;
336 + sp:subject _:b23
401 ]) 337 ])
402 - ] ; 338 + ] .
403 - sml:replace "true"^^xsd:boolean .
404 339
405 ddr-refactoring:Fix_Strings 340 ddr-refactoring:Fix_Strings
406 rdf:type sml:PerformUpdate ; 341 rdf:type sml:PerformUpdate ;
...@@ -408,30 +343,30 @@ ddr-refactoring:Fix_Strings ...@@ -408,30 +343,30 @@ ddr-refactoring:Fix_Strings
408 sm:next ddr-refactoring:Sync_On_XSD_Work ; 343 sm:next ddr-refactoring:Sync_On_XSD_Work ;
409 sml:updateQuery 344 sml:updateQuery
410 [ rdf:type sp:Modify ; 345 [ rdf:type sp:Modify ;
411 - sp:deletePattern ([ sp:object _:b36 ; 346 + sp:deletePattern ([ sp:object _:b28 ;
412 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 347 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
413 - sp:subject _:b37 348 + sp:subject _:b29
414 ]) ; 349 ]) ;
415 - sp:insertPattern ([ sp:object _:b38 ; 350 + sp:insertPattern ([ sp:object _:b30 ;
416 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 351 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
417 - sp:subject _:b37 352 + sp:subject _:b29
418 ]) ; 353 ]) ;
419 - sp:where ([ sp:object _:b36 ; 354 + sp:where ([ sp:object _:b28 ;
420 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 355 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
421 - sp:subject _:b37 356 + sp:subject _:b29
422 ] [ rdf:type sp:Bind ; 357 ] [ rdf:type sp:Bind ;
423 sp:expression 358 sp:expression
424 [ rdf:type smf:regex ; 359 [ rdf:type smf:regex ;
425 - sp:arg1 _:b36 ; 360 + sp:arg1 _:b28 ;
426 sp:arg2 "\\s+" ; 361 sp:arg2 "\\s+" ;
427 sp:arg3 " " 362 sp:arg3 " "
428 ] ; 363 ] ;
429 - sp:variable _:b38 364 + sp:variable _:b30
430 ] [ rdf:type sp:Filter ; 365 ] [ rdf:type sp:Filter ;
431 sp:expression 366 sp:expression
432 [ rdf:type sp:ne ; 367 [ rdf:type sp:ne ;
433 - sp:arg1 _:b38 ; 368 + sp:arg1 _:b30 ;
434 - sp:arg2 _:b36 369 + sp:arg2 _:b28
435 ] 370 ]
436 ]) 371 ])
437 ] . 372 ] .
...@@ -451,50 +386,53 @@ ddr-refactoring:Return ...@@ -451,50 +386,53 @@ ddr-refactoring:Return
451 ddr-refactoring:Sync_On_XSD_Work 386 ddr-refactoring:Sync_On_XSD_Work
452 rdf:type sml:Merge ; 387 rdf:type sml:Merge ;
453 rdfs:label "Sync On XSD Work"^^xsd:string ; 388 rdfs:label "Sync On XSD Work"^^xsd:string ;
454 - sm:next ddr-refactoring:Transform_UOM_Properties , ddr-refactoring:Transform_Strings , ddr-refactoring:Add_UOM_Datatype_Property , ddr-refactoring:Transfrom_TimeStamps . 389 + sm:next ddr-refactoring:Transfrom_TimeStamps , ddr-refactoring:Add_UOM_Datatype_Property , ddr-refactoring:Transform_Strings , ddr-refactoring:Transform_UOM_Properties .
455 390
456 ddr-refactoring:Transform_Strings 391 ddr-refactoring:Transform_Strings
457 rdf:type sml:ApplyConstruct ; 392 rdf:type sml:ApplyConstruct ;
458 rdfs:label "Transform Strings"^^xsd:string ; 393 rdfs:label "Transform Strings"^^xsd:string ;
459 - sm:next ddr-refactoring:Delete_ObjectProperties_For_Strings ; 394 + sm:next ddr-refactoring:Delete_Unneeded_Object_Properties_Axioms ;
460 sml:constructQuery 395 sml:constructQuery
461 [ rdf:type sp:Construct ; 396 [ rdf:type sp:Construct ;
462 - sp:templates ([ sp:object owl:DatatypeProperty ; 397 + sp:templates ([ sp:object owl:DeprecatedProperty ;
398 + sp:predicate rdf:type ;
399 + sp:subject _:b31
400 + ] [ sp:object owl:DatatypeProperty ;
463 sp:predicate rdf:type ; 401 sp:predicate rdf:type ;
464 - sp:subject _:b39 402 + sp:subject _:b32
465 - ] [ sp:object _:b40 ; 403 + ] [ sp:object _:b33 ;
466 sp:predicate rdfs:label ; 404 sp:predicate rdfs:label ;
467 - sp:subject _:b39 405 + sp:subject _:b32
468 ] [ sp:object owl:Restriction ; 406 ] [ sp:object owl:Restriction ;
469 sp:predicate rdf:type ; 407 sp:predicate rdf:type ;
470 - sp:subject _:b41 408 + sp:subject _:b34
471 - ] [ sp:object _:b42 ; 409 + ] [ sp:object _:b35 ;
472 sp:predicate owl:allValuesFrom ; 410 sp:predicate owl:allValuesFrom ;
473 - sp:subject _:b41 411 + sp:subject _:b34
474 - ] [ sp:object _:b39 ; 412 + ] [ sp:object _:b32 ;
475 sp:predicate owl:onProperty ; 413 sp:predicate owl:onProperty ;
476 - sp:subject _:b41 414 + sp:subject _:b34
477 - ] [ sp:object _:b43 ; 415 + ] [ sp:object _:b36 ;
478 sp:predicate sawsdl:modelReference ; 416 sp:predicate sawsdl:modelReference ;
479 - sp:subject _:b41 417 + sp:subject _:b34
480 - ] [ sp:object _:b44 ; 418 + ] [ sp:object _:b37 ;
481 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 419 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
482 - sp:subject _:b41 420 + sp:subject _:b34
483 ] [ sp:object owl:Restriction ; 421 ] [ sp:object owl:Restriction ;
484 sp:predicate rdf:type ; 422 sp:predicate rdf:type ;
485 - sp:subject _:b45 423 + sp:subject _:b38
486 - ] [ sp:object _:b46 ;
487 - sp:predicate _:b47 ;
488 - sp:subject _:b45
489 ] [ sp:object _:b39 ; 424 ] [ sp:object _:b39 ;
425 + sp:predicate _:b40 ;
426 + sp:subject _:b38
427 + ] [ sp:object _:b32 ;
490 sp:predicate owl:onProperty ; 428 sp:predicate owl:onProperty ;
491 - sp:subject _:b45 429 + sp:subject _:b38
492 - ] [ sp:object _:b41 ; 430 + ] [ sp:object _:b34 ;
493 sp:predicate rdfs:subClassOf ; 431 sp:predicate rdfs:subClassOf ;
494 - sp:subject _:b48 432 + sp:subject _:b41
495 - ] [ sp:object _:b45 ; 433 + ] [ sp:object _:b38 ;
496 sp:predicate rdfs:subClassOf ; 434 sp:predicate rdfs:subClassOf ;
497 - sp:subject _:b48 435 + sp:subject _:b41
498 ]) ; 436 ]) ;
499 sp:where ([ rdf:type sp:TriplePath ; 437 sp:where ([ rdf:type sp:TriplePath ;
500 sp:object ddr:AbstractStringDatatype ; 438 sp:object ddr:AbstractStringDatatype ;
...@@ -503,147 +441,150 @@ ddr-refactoring:Transform_Strings ...@@ -503,147 +441,150 @@ ddr-refactoring:Transform_Strings
503 sp:modMin 1 ; 441 sp:modMin 1 ;
504 sp:subPath rdfs:subClassOf 442 sp:subPath rdfs:subClassOf
505 ] ; 443 ] ;
444 + sp:subject _:b35
445 + ] [ sp:object _:b35 ;
446 + sp:predicate owl:allValuesFrom ;
506 sp:subject _:b42 447 sp:subject _:b42
507 ] [ sp:object _:b42 ; 448 ] [ sp:object _:b42 ;
508 - sp:predicate owl:allValuesFrom ;
509 - sp:subject _:b49
510 - ] [ sp:object _:b49 ;
511 sp:predicate rdfs:subClassOf ; 449 sp:predicate rdfs:subClassOf ;
512 - sp:subject _:b50 450 + sp:subject _:b43
513 - ] [ sp:object _:b50 ; 451 + ] [ sp:object _:b43 ;
514 sp:predicate owl:allValuesFrom ; 452 sp:predicate owl:allValuesFrom ;
515 - sp:subject _:b51 453 + sp:subject _:b44
516 - ] [ sp:object _:b52 ; 454 + ] [ sp:object _:b31 ;
517 sp:predicate owl:onProperty ; 455 sp:predicate owl:onProperty ;
518 - sp:subject _:b51 456 + sp:subject _:b44
519 - ] [ sp:object _:b51 ; 457 + ] [ sp:object _:b44 ;
520 sp:predicate rdfs:subClassOf ; 458 sp:predicate rdfs:subClassOf ;
521 - sp:subject _:b48 459 + sp:subject _:b41
522 ] [ rdf:type sp:Optional ; 460 ] [ rdf:type sp:Optional ;
523 - sp:elements ([ sp:object _:b43 ; 461 + sp:elements ([ sp:object _:b36 ;
524 sp:predicate sawsdl:modelReference ; 462 sp:predicate sawsdl:modelReference ;
525 - sp:subject _:b51 463 + sp:subject _:b44
526 ]) 464 ])
527 ] [ rdf:type sp:Optional ; 465 ] [ rdf:type sp:Optional ;
528 - sp:elements ([ sp:object _:b44 ; 466 + sp:elements ([ sp:object _:b37 ;
529 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 467 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
530 - sp:subject _:b51 468 + sp:subject _:b44
531 ]) 469 ])
532 - ] [ sp:object _:b53 ; 470 + ] [ sp:object _:b45 ;
533 sp:predicate rdfs:subClassOf ; 471 sp:predicate rdfs:subClassOf ;
534 - sp:subject _:b48 472 + sp:subject _:b41
535 ] [ sp:object owl:Restriction ; 473 ] [ sp:object owl:Restriction ;
536 sp:predicate rdf:type ; 474 sp:predicate rdf:type ;
537 - sp:subject _:b53 475 + sp:subject _:b45
538 - ] [ sp:object _:b52 ; 476 + ] [ sp:object _:b31 ;
539 sp:predicate owl:onProperty ; 477 sp:predicate owl:onProperty ;
540 - sp:subject _:b53 478 + sp:subject _:b45
541 ] [ rdf:type sp:Filter ; 479 ] [ rdf:type sp:Filter ;
542 sp:expression 480 sp:expression
543 [ rdf:type sp:ne ; 481 [ rdf:type sp:ne ;
544 - sp:arg1 _:b53 ; 482 + sp:arg1 _:b45 ;
545 - sp:arg2 _:b51 483 + sp:arg2 _:b44
546 ] 484 ]
547 ] [ rdf:type sp:Union ; 485 ] [ rdf:type sp:Union ;
548 - sp:elements (([ sp:object _:b46 ; 486 + sp:elements (([ sp:object _:b39 ;
549 sp:predicate owl:cardinality ; 487 sp:predicate owl:cardinality ;
550 - sp:subject _:b53 488 + sp:subject _:b45
551 ] [ rdf:type sp:Bind ; 489 ] [ rdf:type sp:Bind ;
552 sp:expression owl:cardinality ; 490 sp:expression owl:cardinality ;
553 - sp:variable _:b47 491 + sp:variable _:b40
554 - ]) ([ sp:object _:b46 ; 492 + ]) ([ sp:object _:b39 ;
555 sp:predicate owl:maxCardinality ; 493 sp:predicate owl:maxCardinality ;
556 - sp:subject _:b53 494 + sp:subject _:b45
557 ] [ rdf:type sp:Bind ; 495 ] [ rdf:type sp:Bind ;
558 sp:expression owl:maxCardinality ; 496 sp:expression owl:maxCardinality ;
559 - sp:variable _:b47 497 + sp:variable _:b40
560 ]) ([ rdf:type sp:NotExists ; 498 ]) ([ rdf:type sp:NotExists ;
561 - sp:elements ([ sp:object _:b46 ; 499 + sp:elements ([ sp:object _:b39 ;
562 sp:predicate owl:maxCardinality ; 500 sp:predicate owl:maxCardinality ;
563 - sp:subject _:b53 501 + sp:subject _:b45
564 ]) 502 ])
565 ] [ rdf:type sp:NotExists ; 503 ] [ rdf:type sp:NotExists ;
566 - sp:elements ([ sp:object _:b46 ; 504 + sp:elements ([ sp:object _:b39 ;
567 sp:predicate owl:cardinality ; 505 sp:predicate owl:cardinality ;
568 - sp:subject _:b53 506 + sp:subject _:b45
569 ]) 507 ])
570 ] [ rdf:type sp:Bind ; 508 ] [ rdf:type sp:Bind ;
571 sp:expression owl:minCardinality ; 509 sp:expression owl:minCardinality ;
572 - sp:variable _:b47 510 + sp:variable _:b40
573 ] [ rdf:type sp:Bind ; 511 ] [ rdf:type sp:Bind ;
574 sp:expression 0 ; 512 sp:expression 0 ;
575 - sp:variable _:b46 513 + sp:variable _:b39
576 ])) 514 ]))
577 ] [ rdf:type sp:Bind ; 515 ] [ rdf:type sp:Bind ;
578 sp:expression 516 sp:expression
579 [ rdf:type afn:localname ; 517 [ rdf:type afn:localname ;
580 - sp:arg1 _:b52 518 + sp:arg1 _:b31
581 ] ; 519 ] ;
582 - sp:variable _:b54 520 + sp:variable _:b46
583 ] [ rdf:type sp:Bind ; 521 ] [ rdf:type sp:Bind ;
584 sp:expression 522 sp:expression
585 [ rdf:type smf:lowerTitleCase ; 523 [ rdf:type smf:lowerTitleCase ;
586 sp:arg1 [ rdf:type smf:regex ; 524 sp:arg1 [ rdf:type smf:regex ;
587 - sp:arg1 _:b54 ; 525 + sp:arg1 _:b46 ;
588 sp:arg2 "has(.*)" ; 526 sp:arg2 "has(.*)" ;
589 sp:arg3 "$1" 527 sp:arg3 "$1"
590 ] 528 ]
591 ] ; 529 ] ;
592 - sp:variable _:b40 530 + sp:variable _:b33
593 ] [ rdf:type sp:Bind ; 531 ] [ rdf:type sp:Bind ;
594 sp:expression 532 sp:expression
595 [ rdf:type smf:buildURI ; 533 [ rdf:type smf:buildURI ;
596 sp:arg1 [ rdf:type fn:concat ; 534 sp:arg1 [ rdf:type fn:concat ;
597 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ; 535 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ;
598 - sp:arg2 _:b40 536 + sp:arg2 _:b33
599 ] 537 ]
600 ] ; 538 ] ;
601 - sp:variable _:b39 539 + sp:variable _:b32
602 ]) 540 ])
603 ] . 541 ] .
604 542
605 ddr-refactoring:Transform_UOM_Properties 543 ddr-refactoring:Transform_UOM_Properties
606 rdf:type sml:ApplyConstruct ; 544 rdf:type sml:ApplyConstruct ;
607 rdfs:label "Transform UOM Properties"^^xsd:string ; 545 rdfs:label "Transform UOM Properties"^^xsd:string ;
608 - sm:next ddr-refactoring:Return ; 546 + sm:next ddr-refactoring:Delete_Unneeded_Object_Properties_Axioms ;
609 sml:constructQuery 547 sml:constructQuery
610 [ rdf:type sp:Construct ; 548 [ rdf:type sp:Construct ;
611 - sp:templates ([ sp:object owl:DatatypeProperty ; 549 + sp:templates ([ sp:object owl:DeprecatedProperty ;
550 + sp:predicate rdf:type ;
551 + sp:subject _:b47
552 + ] [ sp:object owl:DatatypeProperty ;
612 sp:predicate rdf:type ; 553 sp:predicate rdf:type ;
613 - sp:subject _:b55 554 + sp:subject _:b48
614 - ] [ sp:object _:b56 ; 555 + ] [ sp:object _:b49 ;
615 sp:predicate rdfs:label ; 556 sp:predicate rdfs:label ;
616 - sp:subject _:b55 557 + sp:subject _:b48
617 ] [ sp:object owl:Restriction ; 558 ] [ sp:object owl:Restriction ;
618 sp:predicate rdf:type ; 559 sp:predicate rdf:type ;
619 - sp:subject _:b57 560 + sp:subject _:b50
620 - ] [ sp:object _:b58 ; 561 + ] [ sp:object _:b51 ;
621 sp:predicate owl:allValuesFrom ; 562 sp:predicate owl:allValuesFrom ;
622 - sp:subject _:b57 563 + sp:subject _:b50
623 - ] [ sp:object _:b55 ; 564 + ] [ sp:object _:b48 ;
624 sp:predicate owl:onProperty ; 565 sp:predicate owl:onProperty ;
625 - sp:subject _:b57 566 + sp:subject _:b50
626 - ] [ sp:object _:b59 ; 567 + ] [ sp:object _:b52 ;
627 sp:predicate sawsdl:modelReference ; 568 sp:predicate sawsdl:modelReference ;
628 - sp:subject _:b57 569 + sp:subject _:b50
629 - ] [ sp:object _:b60 ; 570 + ] [ sp:object _:b53 ;
630 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 571 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
631 - sp:subject _:b57 572 + sp:subject _:b50
632 ] [ sp:object owl:Restriction ; 573 ] [ sp:object owl:Restriction ;
633 sp:predicate rdf:type ; 574 sp:predicate rdf:type ;
634 - sp:subject _:b61 575 + sp:subject _:b54
635 - ] [ sp:object _:b62 ;
636 - sp:predicate _:b63 ;
637 - sp:subject _:b61
638 ] [ sp:object _:b55 ; 576 ] [ sp:object _:b55 ;
577 + sp:predicate _:b56 ;
578 + sp:subject _:b54
579 + ] [ sp:object _:b48 ;
639 sp:predicate owl:onProperty ; 580 sp:predicate owl:onProperty ;
640 - sp:subject _:b61 581 + sp:subject _:b54
641 - ] [ sp:object _:b57 ; 582 + ] [ sp:object _:b50 ;
642 sp:predicate rdfs:subClassOf ; 583 sp:predicate rdfs:subClassOf ;
643 - sp:subject _:b64 584 + sp:subject _:b57
644 - ] [ sp:object _:b61 ; 585 + ] [ sp:object _:b54 ;
645 sp:predicate rdfs:subClassOf ; 586 sp:predicate rdfs:subClassOf ;
646 - sp:subject _:b64 587 + sp:subject _:b57
647 ]) ; 588 ]) ;
648 sp:where ([ rdf:type sp:TriplePath ; 589 sp:where ([ rdf:type sp:TriplePath ;
649 sp:object ddr:AbstractUomEnum ; 590 sp:object ddr:AbstractUomEnum ;
...@@ -652,219 +593,222 @@ ddr-refactoring:Transform_UOM_Properties ...@@ -652,219 +593,222 @@ ddr-refactoring:Transform_UOM_Properties
652 sp:modMin 1 ; 593 sp:modMin 1 ;
653 sp:subPath rdfs:subClassOf 594 sp:subPath rdfs:subClassOf
654 ] ; 595 ] ;
596 + sp:subject _:b51
597 + ] [ sp:object _:b51 ;
598 + sp:predicate owl:allValuesFrom ;
655 sp:subject _:b58 599 sp:subject _:b58
656 ] [ sp:object _:b58 ; 600 ] [ sp:object _:b58 ;
657 - sp:predicate owl:allValuesFrom ;
658 - sp:subject _:b65
659 - ] [ sp:object _:b65 ;
660 sp:predicate rdfs:subClassOf ; 601 sp:predicate rdfs:subClassOf ;
661 - sp:subject _:b66 602 + sp:subject _:b59
662 - ] [ sp:object _:b66 ; 603 + ] [ sp:object _:b59 ;
663 sp:predicate owl:allValuesFrom ; 604 sp:predicate owl:allValuesFrom ;
664 - sp:subject _:b67 605 + sp:subject _:b60
665 - ] [ sp:object _:b68 ; 606 + ] [ sp:object _:b47 ;
666 sp:predicate owl:onProperty ; 607 sp:predicate owl:onProperty ;
667 - sp:subject _:b67 608 + sp:subject _:b60
668 - ] [ sp:object _:b67 ; 609 + ] [ sp:object _:b60 ;
669 sp:predicate rdfs:subClassOf ; 610 sp:predicate rdfs:subClassOf ;
670 - sp:subject _:b64 611 + sp:subject _:b57
671 ] [ rdf:type sp:Optional ; 612 ] [ rdf:type sp:Optional ;
672 - sp:elements ([ sp:object _:b60 ; 613 + sp:elements ([ sp:object _:b53 ;
673 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 614 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
674 - sp:subject _:b67 615 + sp:subject _:b60
675 ]) 616 ])
676 ] [ rdf:type sp:Optional ; 617 ] [ rdf:type sp:Optional ;
677 - sp:elements ([ sp:object _:b59 ; 618 + sp:elements ([ sp:object _:b52 ;
678 sp:predicate sawsdl:modelReference ; 619 sp:predicate sawsdl:modelReference ;
679 - sp:subject _:b67 620 + sp:subject _:b60
680 ]) 621 ])
681 - ] [ sp:object _:b69 ; 622 + ] [ sp:object _:b61 ;
682 sp:predicate rdfs:subClassOf ; 623 sp:predicate rdfs:subClassOf ;
683 - sp:subject _:b64 624 + sp:subject _:b57
684 ] [ sp:object owl:Restriction ; 625 ] [ sp:object owl:Restriction ;
685 sp:predicate rdf:type ; 626 sp:predicate rdf:type ;
686 - sp:subject _:b69 627 + sp:subject _:b61
687 - ] [ sp:object _:b68 ; 628 + ] [ sp:object _:b47 ;
688 sp:predicate owl:onProperty ; 629 sp:predicate owl:onProperty ;
689 - sp:subject _:b69 630 + sp:subject _:b61
690 ] [ rdf:type sp:Filter ; 631 ] [ rdf:type sp:Filter ;
691 sp:expression 632 sp:expression
692 [ rdf:type sp:ne ; 633 [ rdf:type sp:ne ;
693 - sp:arg1 _:b69 ; 634 + sp:arg1 _:b61 ;
694 - sp:arg2 _:b67 635 + sp:arg2 _:b60
695 ] 636 ]
696 ] [ rdf:type sp:Union ; 637 ] [ rdf:type sp:Union ;
697 - sp:elements (([ sp:object _:b62 ; 638 + sp:elements (([ sp:object _:b55 ;
698 sp:predicate owl:cardinality ; 639 sp:predicate owl:cardinality ;
699 - sp:subject _:b69 640 + sp:subject _:b61
700 ] [ rdf:type sp:Bind ; 641 ] [ rdf:type sp:Bind ;
701 sp:expression owl:cardinality ; 642 sp:expression owl:cardinality ;
702 - sp:variable _:b63 643 + sp:variable _:b56
703 - ]) ([ sp:object _:b62 ; 644 + ]) ([ sp:object _:b55 ;
704 sp:predicate owl:maxCardinality ; 645 sp:predicate owl:maxCardinality ;
705 - sp:subject _:b69 646 + sp:subject _:b61
706 ] [ rdf:type sp:Bind ; 647 ] [ rdf:type sp:Bind ;
707 sp:expression owl:maxCardinality ; 648 sp:expression owl:maxCardinality ;
708 - sp:variable _:b63 649 + sp:variable _:b56
709 ]) ([ rdf:type sp:NotExists ; 650 ]) ([ rdf:type sp:NotExists ;
710 - sp:elements ([ sp:object _:b62 ; 651 + sp:elements ([ sp:object _:b55 ;
711 sp:predicate owl:maxCardinality ; 652 sp:predicate owl:maxCardinality ;
712 - sp:subject _:b69 653 + sp:subject _:b61
713 ]) 654 ])
714 ] [ rdf:type sp:NotExists ; 655 ] [ rdf:type sp:NotExists ;
715 - sp:elements ([ sp:object _:b62 ; 656 + sp:elements ([ sp:object _:b55 ;
716 sp:predicate owl:cardinality ; 657 sp:predicate owl:cardinality ;
717 - sp:subject _:b69 658 + sp:subject _:b61
718 ]) 659 ])
719 ] [ rdf:type sp:Bind ; 660 ] [ rdf:type sp:Bind ;
720 sp:expression owl:minCardinality ; 661 sp:expression owl:minCardinality ;
721 - sp:variable _:b63 662 + sp:variable _:b56
722 ] [ rdf:type sp:Bind ; 663 ] [ rdf:type sp:Bind ;
723 sp:expression 0 ; 664 sp:expression 0 ;
724 - sp:variable _:b62 665 + sp:variable _:b55
725 ])) 666 ]))
726 ] [ rdf:type sp:Bind ; 667 ] [ rdf:type sp:Bind ;
727 sp:expression 668 sp:expression
728 [ rdf:type afn:localname ; 669 [ rdf:type afn:localname ;
729 - sp:arg1 _:b68 670 + sp:arg1 _:b47
730 ] ; 671 ] ;
731 - sp:variable _:b70 672 + sp:variable _:b62
732 ] [ rdf:type sp:Bind ; 673 ] [ rdf:type sp:Bind ;
733 sp:expression 674 sp:expression
734 [ rdf:type smf:lowerTitleCase ; 675 [ rdf:type smf:lowerTitleCase ;
735 sp:arg1 [ rdf:type smf:regex ; 676 sp:arg1 [ rdf:type smf:regex ;
736 - sp:arg1 _:b70 ; 677 + sp:arg1 _:b62 ;
737 sp:arg2 "has(.*)" ; 678 sp:arg2 "has(.*)" ;
738 sp:arg3 "$1" 679 sp:arg3 "$1"
739 ] 680 ]
740 ] ; 681 ] ;
741 - sp:variable _:b56 682 + sp:variable _:b49
742 ] [ rdf:type sp:Bind ; 683 ] [ rdf:type sp:Bind ;
743 sp:expression 684 sp:expression
744 [ rdf:type smf:buildURI ; 685 [ rdf:type smf:buildURI ;
745 sp:arg1 [ rdf:type fn:concat ; 686 sp:arg1 [ rdf:type fn:concat ;
746 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ; 687 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ;
747 - sp:arg2 _:b56 688 + sp:arg2 _:b49
748 ] 689 ]
749 ] ; 690 ] ;
750 - sp:variable _:b55 691 + sp:variable _:b48
751 ]) 692 ])
752 ] . 693 ] .
753 694
754 ddr-refactoring:Transfrom_TimeStamps 695 ddr-refactoring:Transfrom_TimeStamps
755 rdf:type sml:ApplyConstruct ; 696 rdf:type sml:ApplyConstruct ;
756 - rdfs:label "Transfrom Time stamps"^^xsd:string ; 697 + rdfs:label "Transform Time stamps"^^xsd:string ;
757 - sm:next ddr-refactoring:Delete_ObjectProperty_Axioms_For_Timestamps ; 698 + sm:next ddr-refactoring:Delete_Unneeded_Object_Properties_Axioms ;
758 sml:constructQuery 699 sml:constructQuery
759 [ rdf:type sp:Construct ; 700 [ rdf:type sp:Construct ;
760 - sp:templates ([ sp:object owl:DatatypeProperty ; 701 + sp:templates ([ sp:object owl:DeprecatedProperty ;
761 sp:predicate rdf:type ; 702 sp:predicate rdf:type ;
762 - sp:subject _:b71 703 + sp:subject _:b63
763 - ] [ sp:object _:b72 ; 704 + ] [ sp:object owl:DatatypeProperty ;
705 + sp:predicate rdf:type ;
706 + sp:subject _:b64
707 + ] [ sp:object _:b65 ;
764 sp:predicate rdfs:label ; 708 sp:predicate rdfs:label ;
765 - sp:subject _:b71 709 + sp:subject _:b64
766 ] [ sp:object owl:Restriction ; 710 ] [ sp:object owl:Restriction ;
767 sp:predicate rdf:type ; 711 sp:predicate rdf:type ;
768 - sp:subject _:b73 712 + sp:subject _:b66
769 ] [ sp:object ddr:TimestampDatatype ; 713 ] [ sp:object ddr:TimestampDatatype ;
770 sp:predicate owl:allValuesFrom ; 714 sp:predicate owl:allValuesFrom ;
771 - sp:subject _:b73 715 + sp:subject _:b66
772 - ] [ sp:object _:b74 ; 716 + ] [ sp:object _:b67 ;
773 sp:predicate sawsdl:modelReference ; 717 sp:predicate sawsdl:modelReference ;
774 - sp:subject _:b73 718 + sp:subject _:b66
775 - ] [ sp:object _:b75 ; 719 + ] [ sp:object _:b68 ;
776 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 720 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
777 - sp:subject _:b73 721 + sp:subject _:b66
778 - ] [ sp:object _:b71 ; 722 + ] [ sp:object _:b64 ;
779 sp:predicate owl:onProperty ; 723 sp:predicate owl:onProperty ;
780 - sp:subject _:b73 724 + sp:subject _:b66
781 ] [ sp:object owl:Restriction ; 725 ] [ sp:object owl:Restriction ;
782 sp:predicate rdf:type ; 726 sp:predicate rdf:type ;
783 - sp:subject _:b76 727 + sp:subject _:b69
784 - ] [ sp:object _:b77 ; 728 + ] [ sp:object _:b70 ;
785 - sp:predicate _:b78 ; 729 + sp:predicate _:b71 ;
786 - sp:subject _:b76 730 + sp:subject _:b69
787 - ] [ sp:object _:b71 ; 731 + ] [ sp:object _:b64 ;
788 sp:predicate owl:onProperty ; 732 sp:predicate owl:onProperty ;
789 - sp:subject _:b76 733 + sp:subject _:b69
790 - ] [ sp:object _:b73 ; 734 + ] [ sp:object _:b66 ;
791 sp:predicate rdfs:subClassOf ; 735 sp:predicate rdfs:subClassOf ;
792 - sp:subject _:b79 736 + sp:subject _:b72
793 - ] [ sp:object _:b76 ; 737 + ] [ sp:object _:b69 ;
794 sp:predicate rdfs:subClassOf ; 738 sp:predicate rdfs:subClassOf ;
795 - sp:subject _:b79 739 + sp:subject _:b72
796 ]) ; 740 ]) ;
797 sp:where ([ sp:object ddr:Timestamp ; 741 sp:where ([ sp:object ddr:Timestamp ;
798 sp:predicate owl:allValuesFrom ; 742 sp:predicate owl:allValuesFrom ;
799 - sp:subject _:b80 743 + sp:subject _:b73
800 - ] [ sp:object _:b81 ; 744 + ] [ sp:object _:b63 ;
801 sp:predicate owl:onProperty ; 745 sp:predicate owl:onProperty ;
802 - sp:subject _:b80 746 + sp:subject _:b73
803 - ] [ sp:object _:b80 ; 747 + ] [ sp:object _:b73 ;
804 sp:predicate rdfs:subClassOf ; 748 sp:predicate rdfs:subClassOf ;
805 - sp:subject _:b79 749 + sp:subject _:b72
806 - ] [ sp:object _:b82 ; 750 + ] [ sp:object _:b74 ;
807 sp:predicate rdfs:subClassOf ; 751 sp:predicate rdfs:subClassOf ;
808 - sp:subject _:b79 752 + sp:subject _:b72
809 ] [ rdf:type sp:Optional ; 753 ] [ rdf:type sp:Optional ;
810 - sp:elements ([ sp:object _:b74 ; 754 + sp:elements ([ sp:object _:b67 ;
811 sp:predicate sawsdl:modelReference ; 755 sp:predicate sawsdl:modelReference ;
812 - sp:subject _:b80 756 + sp:subject _:b73
813 ]) 757 ])
814 ] [ rdf:type sp:Optional ; 758 ] [ rdf:type sp:Optional ;
815 - sp:elements ([ sp:object _:b75 ; 759 + sp:elements ([ sp:object _:b68 ;
816 sp:predicate <http://purl.org/dc/elements/1.1/description> ; 760 sp:predicate <http://purl.org/dc/elements/1.1/description> ;
817 - sp:subject _:b80 761 + sp:subject _:b73
818 ]) 762 ])
819 ] [ sp:object owl:Restriction ; 763 ] [ sp:object owl:Restriction ;
820 sp:predicate rdf:type ; 764 sp:predicate rdf:type ;
821 - sp:subject _:b82 765 + sp:subject _:b74
822 - ] [ sp:object _:b81 ; 766 + ] [ sp:object _:b63 ;
823 sp:predicate owl:onProperty ; 767 sp:predicate owl:onProperty ;
824 - sp:subject _:b82 768 + sp:subject _:b74
825 ] [ rdf:type sp:Union ; 769 ] [ rdf:type sp:Union ;
826 sp:elements (([ rdf:type sp:Optional ; 770 sp:elements (([ rdf:type sp:Optional ;
827 - sp:elements ([ sp:object _:b77 ; 771 + sp:elements ([ sp:object _:b70 ;
828 sp:predicate owl:cardinality ; 772 sp:predicate owl:cardinality ;
829 - sp:subject _:b82 773 + sp:subject _:b74
830 ] [ rdf:type sp:Bind ; 774 ] [ rdf:type sp:Bind ;
831 sp:expression owl:cardinality ; 775 sp:expression owl:cardinality ;
832 - sp:variable _:b78 776 + sp:variable _:b71
833 ]) 777 ])
834 ]) ([ rdf:type sp:Optional ; 778 ]) ([ rdf:type sp:Optional ;
835 - sp:elements ([ sp:object _:b77 ; 779 + sp:elements ([ sp:object _:b70 ;
836 sp:predicate owl:maxCardinality ; 780 sp:predicate owl:maxCardinality ;
837 - sp:subject _:b82 781 + sp:subject _:b74
838 ] [ rdf:type sp:Bind ; 782 ] [ rdf:type sp:Bind ;
839 sp:expression owl:maxCardinality ; 783 sp:expression owl:maxCardinality ;
840 - sp:variable _:b78 784 + sp:variable _:b71
841 ]) 785 ])
842 ])) 786 ]))
843 ] [ rdf:type sp:Bind ; 787 ] [ rdf:type sp:Bind ;
844 sp:expression 788 sp:expression
845 [ rdf:type afn:localname ; 789 [ rdf:type afn:localname ;
846 - sp:arg1 _:b81 790 + sp:arg1 _:b63
847 ] ; 791 ] ;
848 - sp:variable _:b83 792 + sp:variable _:b75
849 ] [ rdf:type sp:Bind ; 793 ] [ rdf:type sp:Bind ;
850 sp:expression 794 sp:expression
851 [ rdf:type smf:lowerTitleCase ; 795 [ rdf:type smf:lowerTitleCase ;
852 sp:arg1 [ rdf:type smf:regex ; 796 sp:arg1 [ rdf:type smf:regex ;
853 - sp:arg1 _:b83 ; 797 + sp:arg1 _:b75 ;
854 sp:arg2 "has(.*)" ; 798 sp:arg2 "has(.*)" ;
855 sp:arg3 "$1" 799 sp:arg3 "$1"
856 ] 800 ]
857 ] ; 801 ] ;
858 - sp:variable _:b72 802 + sp:variable _:b65
859 ] [ rdf:type sp:Bind ; 803 ] [ rdf:type sp:Bind ;
860 sp:expression 804 sp:expression
861 [ rdf:type smf:buildURI ; 805 [ rdf:type smf:buildURI ;
862 sp:arg1 [ rdf:type fn:concat ; 806 sp:arg1 [ rdf:type fn:concat ;
863 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ; 807 sp:arg1 "http://www.reportinghub.no/schema/ddr#" ;
864 - sp:arg2 _:b72 808 + sp:arg2 _:b65
865 ] 809 ]
866 ] ; 810 ] ;
867 - sp:variable _:b71 811 + sp:variable _:b64
868 ]) 812 ])
869 ] . 813 ] .
870 814
...@@ -928,173 +872,149 @@ _:b19 ...@@ -928,173 +872,149 @@ _:b19
928 _:b20 872 _:b20
929 sp:varName "c"^^xsd:string . 873 sp:varName "c"^^xsd:string .
930 874
931 -_:b21 875 +_:b28
932 - sp:varName "clientRes"^^xsd:string . 876 + sp:varName "desc"^^xsd:string .
933 877
934 -_:b22 878 +_:b29
935 - sp:varName "client"^^xsd:string . 879 + sp:varName "s"^^xsd:string .
880 +
881 +_:b30
882 + sp:varName "newDesc"^^xsd:string .
936 883
937 _:b23 884 _:b23
938 - sp:varName "cardinalityRes"^^xsd:string . 885 + sp:varName "res"^^xsd:string .
886 +
887 +_:b22
888 + sp:varName "p2"^^xsd:string .
889 +
890 +_:b21
891 + sp:varName "o"^^xsd:string .
939 892
940 _:b24 893 _:b24
941 - sp:varName "dtClass"^^xsd:string . 894 + sp:varName "class"^^xsd:string .
942 895
943 _:b25 896 _:b25
944 - sp:varName "clientResObject"^^xsd:string . 897 + sp:varName "p"^^xsd:string .
945 898
946 _:b26 899 _:b26
947 - sp:varName "clientResPredicate"^^xsd:string . 900 + sp:varName "pN"^^xsd:string .
948 901
949 _:b27 902 _:b27
950 - sp:varName "cardinalityResObject"^^xsd:string . 903 + sp:varName "pNU"^^xsd:string .
951 904
952 -_:b28 905 +_:b35
953 - sp:varName "cardinalityResPredicate"^^xsd:string .
954 -
955 -_:b29
956 sp:varName "sdtClass"^^xsd:string . 906 sp:varName "sdtClass"^^xsd:string .
957 907
958 -_:b30 908 +_:b42
959 sp:varName "res"^^xsd:string . 909 sp:varName "res"^^xsd:string .
960 910
911 +_:b43
912 + sp:varName "dtClass"^^xsd:string .
913 +
914 +_:b44
915 + sp:varName "clientRes"^^xsd:string .
916 +
961 _:b31 917 _:b31
962 - sp:varName "property"^^xsd:string . 918 + sp:varName "prop"^^xsd:string .
919 +
920 +_:b41
921 + sp:varName "client"^^xsd:string .
963 922
964 _:b36 923 _:b36
965 - sp:varName "desc"^^xsd:string . 924 + sp:varName "rdl"^^xsd:string .
966 925
967 _:b37 926 _:b37
968 - sp:varName "s"^^xsd:string . 927 + sp:varName "desc"^^xsd:string .
969 928
970 -_:b38 929 +_:b45
971 - sp:varName "newDesc"^^xsd:string . 930 + sp:varName "cardinalityRes"^^xsd:string .
972 931
973 _:b39 932 _:b39
974 - sp:varName "dtpnameU"^^xsd:string . 933 + sp:varName "cardinality"^^xsd:string .
975 934
976 _:b40 935 _:b40
977 - sp:varName "dtpname"^^xsd:string . 936 + sp:varName "cardinalityProperty"^^xsd:string .
978 -
979 -_:b42
980 - sp:varName "sdtClass"^^xsd:string .
981 -
982 -_:b43
983 - sp:varName "rdl"^^xsd:string .
984 -
985 -_:b44
986 - sp:varName "desc"^^xsd:string .
987 937
988 _:b46 938 _:b46
989 - sp:varName "cardinality"^^xsd:string . 939 + sp:varName "pname"^^xsd:string .
990 940
991 -_:b47 941 +_:b33
992 - sp:varName "cardinalityProperty"^^xsd:string . 942 + sp:varName "dtpname"^^xsd:string .
993 943
994 -_:b48 944 +_:b32
995 - sp:varName "client"^^xsd:string . 945 + sp:varName "dtpnameU"^^xsd:string .
996 946
997 -_:b49 947 +_:b51
948 + sp:varName "uomClass"^^xsd:string .
949 +
950 +_:b58
998 sp:varName "res"^^xsd:string . 951 sp:varName "res"^^xsd:string .
999 952
1000 -_:b50 953 +_:b59
1001 sp:varName "dtClass"^^xsd:string . 954 sp:varName "dtClass"^^xsd:string .
1002 955
1003 -_:b51 956 +_:b60
1004 sp:varName "clientRes"^^xsd:string . 957 sp:varName "clientRes"^^xsd:string .
1005 958
1006 -_:b52 959 +_:b47
1007 sp:varName "prop"^^xsd:string . 960 sp:varName "prop"^^xsd:string .
1008 961
1009 -_:b53 962 +_:b57
1010 - sp:varName "cardinalityRes"^^xsd:string . 963 + sp:varName "client"^^xsd:string .
1011 -
1012 -_:b54
1013 - sp:varName "pname"^^xsd:string .
1014 -
1015 -_:b55
1016 - sp:varName "dtpnameU"^^xsd:string .
1017 -
1018 -_:b56
1019 - sp:varName "dtpname"^^xsd:string .
1020 964
1021 -_:b58 965 +_:b53
1022 - sp:varName "uomClass"^^xsd:string . 966 + sp:varName "desc"^^xsd:string .
1023 967
1024 -_:b59 968 +_:b52
1025 sp:varName "rdl"^^xsd:string . 969 sp:varName "rdl"^^xsd:string .
1026 970
1027 -_:b60 971 +_:b61
1028 - sp:varName "desc"^^xsd:string . 972 + sp:varName "cardinalityRes"^^xsd:string .
1029 973
1030 -_:b62 974 +_:b55
1031 sp:varName "cardinality"^^xsd:string . 975 sp:varName "cardinality"^^xsd:string .
1032 976
1033 -_:b63 977 +_:b56
1034 sp:varName "cardinalityProperty"^^xsd:string . 978 sp:varName "cardinalityProperty"^^xsd:string .
1035 979
1036 -_:b64 980 +_:b62
1037 - sp:varName "client"^^xsd:string . 981 + sp:varName "pname"^^xsd:string .
1038 982
1039 -_:b65 983 +_:b49
1040 - sp:varName "res"^^xsd:string . 984 + sp:varName "dtpname"^^xsd:string .
1041 985
1042 -_:b66 986 +_:b48
1043 - sp:varName "dtClass"^^xsd:string . 987 + sp:varName "dtpnameU"^^xsd:string .
1044 988
1045 -_:b67 989 +_:b73
1046 - sp:varName "clientRes"^^xsd:string . 990 + sp:varName "res"^^xsd:string .
1047 991
1048 -_:b68 992 +_:b63
1049 sp:varName "prop"^^xsd:string . 993 sp:varName "prop"^^xsd:string .
1050 994
1051 -_:b69
1052 - sp:varName "cardinalityRes"^^xsd:string .
1053 -
1054 -_:b70
1055 - sp:varName "pname"^^xsd:string .
1056 -
1057 -_:b71
1058 - sp:varName "dtpnameU"^^xsd:string .
1059 -
1060 _:b72 995 _:b72
1061 - sp:varName "dtpname"^^xsd:string . 996 + sp:varName "client"^^xsd:string .
1062 997
1063 _:b74 998 _:b74
999 + sp:varName "cardinalityRes"^^xsd:string .
1000 +
1001 +_:b67
1064 sp:varName "rdl"^^xsd:string . 1002 sp:varName "rdl"^^xsd:string .
1065 1003
1066 -_:b75 1004 +_:b68
1067 sp:varName "desc"^^xsd:string . 1005 sp:varName "desc"^^xsd:string .
1068 1006
1069 -_:b77 1007 +_:b70
1070 sp:varName "cardinality"^^xsd:string . 1008 sp:varName "cardinality"^^xsd:string .
1071 1009
1072 -_:b78 1010 +_:b71
1073 sp:varName "cardinalityProperty"^^xsd:string . 1011 sp:varName "cardinalityProperty"^^xsd:string .
1074 1012
1075 -_:b79 1013 +_:b75
1076 - sp:varName "client"^^xsd:string .
1077 -
1078 -_:b80
1079 - sp:varName "res"^^xsd:string .
1080 -
1081 -_:b81
1082 - sp:varName "prop"^^xsd:string .
1083 -
1084 -_:b82
1085 - sp:varName "cardinalityRes"^^xsd:string .
1086 -
1087 -_:b83
1088 sp:varName "pname"^^xsd:string . 1014 sp:varName "pname"^^xsd:string .
1089 1015
1090 -_:b33 1016 +_:b65
1091 - sp:varName "type"^^xsd:string . 1017 + sp:varName "dtpname"^^xsd:string .
1092 -
1093 -_:b34
1094 - sp:varName "valueRestriction"^^xsd:string .
1095 -
1096 -_:b35
1097 - sp:varName "rangeType"^^xsd:string .
1098 1018
1099 -_:b32 1019 +_:b64
1100 - sp:varName "pname"^^xsd:string . 1020 + sp:varName "dtpnameU"^^xsd:string .
......
1 -# Saved by TopBraid on Sat Aug 06 00:26:20 PDT 2011 1 +# Saved by TopBraid on Sat Aug 06 12:24:30 PDT 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr 3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
...@@ -32,7 +32,7 @@ ddr:Cs_activity ...@@ -32,7 +32,7 @@ ddr:Cs_activity
32 sxml:element "witsml:activity"^^xsd:string . 32 sxml:element "witsml:activity"^^xsd:string .
33 33
34 ddr:Cs_alias 34 ddr:Cs_alias
35 - sxml:element "witsml:alias" , "witsml:rigAlias"^^xsd:string . 35 + sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" .
36 36
37 ddr:Cs_bitRecord 37 ddr:Cs_bitRecord
38 sxml:element "witsml:bitRecord" . 38 sxml:element "witsml:bitRecord" .
...@@ -80,7 +80,7 @@ ddr:Cs_drillReportPorePressure ...@@ -80,7 +80,7 @@ ddr:Cs_drillReportPorePressure
80 sxml:element "witsml:drillReportPorePressure" . 80 sxml:element "witsml:drillReportPorePressure" .
81 81
82 ddr:Cs_drillReportStatusInfo 82 ddr:Cs_drillReportStatusInfo
83 - sxml:element "witsml:drillReportStatusInfo" , "witsml:statusInfo"^^xsd:string . 83 + sxml:element "witsml:statusInfo"^^xsd:string , "witsml:drillReportStatusInfo" .
84 84
85 ddr:Cs_drillReportStratInfo 85 ddr:Cs_drillReportStratInfo
86 sxml:element "witsml:drillReportStratInfo" . 86 sxml:element "witsml:drillReportStratInfo" .
...@@ -116,7 +116,7 @@ ddr:Cs_refWellWellboreRig ...@@ -116,7 +116,7 @@ ddr:Cs_refWellWellboreRig
116 sxml:element "witsml:refWellWellboreRig" . 116 sxml:element "witsml:refWellWellboreRig" .
117 117
118 ddr:Cs_wellAlias 118 ddr:Cs_wellAlias
119 - sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias" . 119 + sxml:element "witsml:wellAlias" , "witsml:wellboreAlias"^^xsd:string .
120 120
121 ddr:Cs_wellCRS 121 ddr:Cs_wellCRS
122 sxml:element "witsml:wellCRS" . 122 sxml:element "witsml:wellCRS" .
...@@ -133,7 +133,7 @@ ddr:Obj_drillReport ...@@ -133,7 +133,7 @@ ddr:Obj_drillReport
133 ddr:Thing 133 ddr:Thing
134 spin:rule 134 spin:rule
135 [ rdf:type sp:Construct ; 135 [ rdf:type sp:Construct ;
136 - rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; 136 + rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
137 sp:templates ([ sp:object _:b1 ; 137 sp:templates ([ sp:object _:b1 ;
138 sp:predicate _:b2 ; 138 sp:predicate _:b2 ;
139 sp:subject spin:_this 139 sp:subject spin:_this
...@@ -155,9 +155,7 @@ ddr:Thing ...@@ -155,9 +155,7 @@ ddr:Thing
155 ]) ; 155 ]) ;
156 sp:where ([ sp:object _:b4 ; 156 sp:where ([ sp:object _:b4 ;
157 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 157 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
158 - sp:subject 158 + sp:subject spin:_this
159 - [ sp:varName "inst"^^xsd:string
160 - ]
161 ] [ sp:object _:b5 ; 159 ] [ sp:object _:b5 ;
162 sp:predicate rdf:type ; 160 sp:predicate rdf:type ;
163 sp:subject _:b4 161 sp:subject _:b4
...@@ -170,22 +168,20 @@ ddr:Thing ...@@ -170,22 +168,20 @@ ddr:Thing
170 ]) 168 ])
171 ] [ rdf:type sp:Bind ; 169 ] [ rdf:type sp:Bind ;
172 sp:expression 170 sp:expression
173 - [ rdf:type smf:titleCase ; 171 + [ rdf:type afn:localname ;
174 - sp:arg1 [ rdf:type afn:localname ; 172 + sp:arg1 _:b5
175 - sp:arg1 _:b5
176 - ]
177 ] ; 173 ] ;
178 sp:variable _:b6 174 sp:variable _:b6
179 ] [ rdf:type sp:Bind ; 175 ] [ rdf:type sp:Bind ;
180 sp:expression 176 sp:expression
181 [ rdf:type smf:buildURI ; 177 [ rdf:type smf:buildURI ;
182 sp:arg1 [ rdf:type fn:concat ; 178 sp:arg1 [ rdf:type fn:concat ;
183 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 179 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
184 sp:arg2 _:b6 180 sp:arg2 _:b6
185 ] 181 ]
186 ] ; 182 ] ;
187 sp:variable _:b2 183 sp:variable _:b2
188 - ] [ sp:object owl:ObjectProperty ; 184 + ] [ sp:object owl:DatatypeProperty ;
189 sp:predicate rdf:type ; 185 sp:predicate rdf:type ;
190 sp:subject _:b2 186 sp:subject _:b2
191 ] [ sp:object _:b2 ; 187 ] [ sp:object _:b2 ;
...@@ -194,372 +190,376 @@ ddr:Thing ...@@ -194,372 +190,376 @@ ddr:Thing
194 ] [ sp:object _:b8 ; 190 ] [ sp:object _:b8 ;
195 sp:predicate owl:allValuesFrom ; 191 sp:predicate owl:allValuesFrom ;
196 sp:subject _:b7 192 sp:subject _:b7
197 - ] [ sp:object _:b9 ;
198 - sp:predicate rdf:type ;
199 - sp:subject spin:_this
200 ] [ rdf:type sp:TriplePath ; 193 ] [ rdf:type sp:TriplePath ;
201 - sp:object _:b7 ; 194 + sp:object xsd:string ;
202 sp:path [ rdf:type sp:ModPath ; 195 sp:path [ rdf:type sp:ModPath ;
203 sp:modMax -2 ; 196 sp:modMax -2 ;
204 sp:modMin 0 ; 197 sp:modMin 0 ;
205 sp:subPath rdfs:subClassOf 198 sp:subPath rdfs:subClassOf
206 ] ; 199 ] ;
200 + sp:subject _:b8
201 + ] [ sp:object _:b9 ;
202 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
203 + sp:subject _:b4
204 + ] [ sp:object sxml:TextNode ;
205 + sp:predicate rdf:type ;
206 + sp:subject _:b9
207 + ] [ sp:object _:b1 ;
208 + sp:predicate sxml:text ;
207 sp:subject _:b9 209 sp:subject _:b9
210 + ] [ sp:object _:b10 ;
211 + sp:predicate rdf:type ;
212 + sp:subject spin:_this
208 ] [ rdf:type sp:TriplePath ; 213 ] [ rdf:type sp:TriplePath ;
209 - sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ; 214 + sp:object _:b7 ;
210 sp:path [ rdf:type sp:ModPath ; 215 sp:path [ rdf:type sp:ModPath ;
211 sp:modMax -2 ; 216 sp:modMax -2 ;
212 sp:modMin 0 ; 217 sp:modMin 0 ;
213 sp:subPath rdfs:subClassOf 218 sp:subPath rdfs:subClassOf
214 ] ; 219 ] ;
215 - sp:subject _:b8
216 - ] [ sp:object _:b10 ;
217 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
218 - sp:subject _:b4
219 - ] [ sp:object sxml:TextNode ;
220 - sp:predicate rdf:type ;
221 sp:subject _:b10 220 sp:subject _:b10
222 - ] [ sp:object _:b11 ;
223 - sp:predicate sxml:text ;
224 - sp:subject _:b10
225 - ] [ sp:object _:b8 ;
226 - sp:predicate rdf:type ;
227 - sp:subject _:b1
228 - ] [ sp:object _:b11 ;
229 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
230 - sp:subject _:b1
231 ]) 221 ])
232 ] ; 222 ] ;
233 spin:rule 223 spin:rule
234 [ rdf:type sp:Construct ; 224 [ rdf:type sp:Construct ;
235 - rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ; 225 + rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
236 - sp:templates ([ sp:object _:b12 ; 226 + sp:templates ([ sp:object _:b11 ;
237 - sp:predicate _:b13 ; 227 + sp:predicate rdf:type ;
228 + sp:subject _:b12
229 + ] [ sp:object _:b13 ;
230 + sp:predicate ddr:uom ;
231 + sp:subject _:b12
232 + ] [ sp:object _:b14 ;
233 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
234 + sp:subject _:b12
235 + ] [ sp:object _:b12 ;
236 + sp:predicate _:b15 ;
238 sp:subject spin:_this 237 sp:subject spin:_this
239 ] [ sp:object rdf:Statement ; 238 ] [ sp:object rdf:Statement ;
240 sp:predicate rdf:type ; 239 sp:predicate rdf:type ;
241 - sp:subject _:b14 240 + sp:subject _:b16
242 ] [ sp:object spin:_this ; 241 ] [ sp:object spin:_this ;
243 sp:predicate rdf:subject ; 242 sp:predicate rdf:subject ;
244 - sp:subject _:b14 243 + sp:subject _:b16
245 - ] [ sp:object _:b13 ; 244 + ] [ sp:object _:b15 ;
246 sp:predicate rdf:predicate ; 245 sp:predicate rdf:predicate ;
247 - sp:subject _:b14 246 + sp:subject _:b16
248 - ] [ sp:object _:b12 ;
249 - sp:predicate rdf:object ;
250 - sp:subject _:b14
251 ] [ sp:object _:b14 ; 247 ] [ sp:object _:b14 ;
248 + sp:predicate rdf:object ;
249 + sp:subject _:b16
250 + ] [ sp:object _:b16 ;
252 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 251 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
253 - sp:subject _:b15 252 + sp:subject _:b17
254 ]) ; 253 ]) ;
255 - sp:where ([ sp:object _:b15 ; 254 + sp:where ([ sp:object _:b17 ;
256 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 255 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
257 sp:subject spin:_this 256 sp:subject spin:_this
258 - ] [ sp:object _:b16 ; 257 + ] [ sp:object _:b18 ;
259 sp:predicate rdf:type ; 258 sp:predicate rdf:type ;
260 - sp:subject _:b15 259 + sp:subject _:b17
260 + ] [ sp:object _:b13 ;
261 + sp:predicate ddr:uom ;
262 + sp:subject _:b17
261 ] [ rdf:type sp:NotExists ; 263 ] [ rdf:type sp:NotExists ;
262 sp:elements ([ sp:object 264 sp:elements ([ sp:object
263 - [ sp:varName "uom"^^xsd:string 265 + [ sp:varName "aNode"^^xsd:string
264 ] ; 266 ] ;
265 - sp:predicate ddr:uom ; 267 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
266 - sp:subject _:b15 268 + sp:subject _:b17
267 ]) 269 ])
268 ] [ rdf:type sp:Bind ; 270 ] [ rdf:type sp:Bind ;
269 sp:expression 271 sp:expression
270 [ rdf:type afn:localname ; 272 [ rdf:type afn:localname ;
271 - sp:arg1 _:b16 273 + sp:arg1 _:b18
272 ] ; 274 ] ;
273 - sp:variable _:b17 275 + sp:variable _:b19
274 ] [ rdf:type sp:Bind ; 276 ] [ rdf:type sp:Bind ;
275 sp:expression 277 sp:expression
276 [ rdf:type smf:buildURI ; 278 [ rdf:type smf:buildURI ;
277 sp:arg1 [ rdf:type fn:concat ; 279 sp:arg1 [ rdf:type fn:concat ;
278 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 280 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
279 - sp:arg2 _:b17 281 + sp:arg2 [ rdf:type smf:titleCase ;
282 + sp:arg1 _:b19
283 + ]
280 ] 284 ]
281 ] ; 285 ] ;
282 - sp:variable _:b13 286 + sp:variable _:b15
283 - ] [ sp:object owl:DatatypeProperty ; 287 + ] [ sp:object owl:ObjectProperty ;
284 sp:predicate rdf:type ; 288 sp:predicate rdf:type ;
285 - sp:subject _:b13 289 + sp:subject _:b15
286 - ] [ sp:object _:b13 ; 290 + ] [ sp:object _:b15 ;
287 sp:predicate owl:onProperty ; 291 sp:predicate owl:onProperty ;
288 - sp:subject _:b18 292 + sp:subject _:b20
289 - ] [ sp:object _:b19 ; 293 + ] [ sp:object _:b11 ;
290 sp:predicate owl:allValuesFrom ; 294 sp:predicate owl:allValuesFrom ;
291 - sp:subject _:b18
292 - ] [ rdf:type sp:TriplePath ;
293 - sp:object xsd:dateTime ;
294 - sp:path [ rdf:type sp:ModPath ;
295 - sp:modMax -2 ;
296 - sp:modMin 0 ;
297 - sp:subPath rdfs:subClassOf
298 - ] ;
299 - sp:subject _:b19
300 - ] [ sp:object _:b20 ;
301 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
302 - sp:subject _:b15
303 - ] [ sp:object sxml:TextNode ;
304 - sp:predicate rdf:type ;
305 sp:subject _:b20 295 sp:subject _:b20
306 ] [ sp:object _:b21 ; 296 ] [ sp:object _:b21 ;
307 - sp:predicate sxml:text ;
308 - sp:subject _:b20
309 - ] [ sp:object _:b22 ;
310 sp:predicate rdf:type ; 297 sp:predicate rdf:type ;
311 sp:subject spin:_this 298 sp:subject spin:_this
312 ] [ rdf:type sp:TriplePath ; 299 ] [ rdf:type sp:TriplePath ;
313 - sp:object _:b18 ; 300 + sp:object _:b20 ;
314 sp:path [ rdf:type sp:ModPath ; 301 sp:path [ rdf:type sp:ModPath ;
315 sp:modMax -2 ; 302 sp:modMax -2 ;
316 sp:modMin 0 ; 303 sp:modMin 0 ;
317 sp:subPath rdfs:subClassOf 304 sp:subPath rdfs:subClassOf
318 ] ; 305 ] ;
306 + sp:subject _:b21
307 + ] [ sp:object _:b22 ;
308 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
309 + sp:subject _:b17
310 + ] [ sp:object sxml:TextNode ;
311 + sp:predicate rdf:type ;
312 + sp:subject _:b22
313 + ] [ sp:object _:b23 ;
314 + sp:predicate sxml:text ;
319 sp:subject _:b22 315 sp:subject _:b22
320 ] [ rdf:type sp:Bind ; 316 ] [ rdf:type sp:Bind ;
321 sp:expression 317 sp:expression
322 - [ rdf:type xsd:dateTime ; 318 + [ rdf:type xsd:double ;
323 - sp:arg1 _:b21 319 + sp:arg1 _:b23
324 ] ; 320 ] ;
325 - sp:variable _:b12 321 + sp:variable _:b14
326 ]) 322 ])
327 ] ; 323 ] ;
328 spin:rule 324 spin:rule
329 [ rdf:type sp:Construct ; 325 [ rdf:type sp:Construct ;
330 rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ; 326 rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
331 - sp:templates ([ sp:object _:b23 ; 327 + sp:templates ([ sp:object _:b24 ;
332 - sp:predicate _:b24 ; 328 + sp:predicate _:b25 ;
333 sp:subject spin:_this 329 sp:subject spin:_this
334 ] [ sp:object rdf:Statement ; 330 ] [ sp:object rdf:Statement ;
335 sp:predicate rdf:type ; 331 sp:predicate rdf:type ;
336 - sp:subject _:b25 332 + sp:subject _:b26
337 ] [ sp:object spin:_this ; 333 ] [ sp:object spin:_this ;
338 sp:predicate rdf:subject ; 334 sp:predicate rdf:subject ;
339 - sp:subject _:b25 335 + sp:subject _:b26
340 - ] [ sp:object _:b24 ; 336 + ] [ sp:object _:b25 ;
341 sp:predicate rdf:predicate ; 337 sp:predicate rdf:predicate ;
342 - sp:subject _:b25 338 + sp:subject _:b26
343 - ] [ sp:object _:b23 ; 339 + ] [ sp:object _:b24 ;
344 sp:predicate rdf:object ; 340 sp:predicate rdf:object ;
345 - sp:subject _:b25 341 + sp:subject _:b26
346 - ] [ sp:object _:b25 ; 342 + ] [ sp:object _:b26 ;
347 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 343 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
348 - sp:subject _:b23 344 + sp:subject _:b24
349 ]) ; 345 ]) ;
350 - sp:where ([ sp:object _:b26 ; 346 + sp:where ([ sp:object _:b27 ;
351 sp:predicate owl:allValuesFrom ; 347 sp:predicate owl:allValuesFrom ;
352 - sp:subject _:b27 348 + sp:subject _:b28
353 - ] [ sp:object _:b24 ; 349 + ] [ sp:object _:b25 ;
354 sp:predicate owl:onProperty ; 350 sp:predicate owl:onProperty ;
355 - sp:subject _:b27 351 + sp:subject _:b28
356 - ] [ sp:object _:b26 ; 352 + ] [ sp:object _:b27 ;
357 sp:predicate rdf:type ; 353 sp:predicate rdf:type ;
358 - sp:subject _:b23 354 + sp:subject _:b24
359 - ] [ sp:object _:b23 ; 355 + ] [ sp:object _:b24 ;
360 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 356 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
361 sp:subject spin:_this 357 sp:subject spin:_this
362 - ] [ sp:object _:b28 ; 358 + ] [ sp:object _:b29 ;
363 sp:predicate rdf:type ; 359 sp:predicate rdf:type ;
364 sp:subject spin:_this 360 sp:subject spin:_this
365 ] [ rdf:type sp:TriplePath ; 361 ] [ rdf:type sp:TriplePath ;
366 - sp:object _:b27 ; 362 + sp:object _:b28 ;
367 sp:path [ rdf:type sp:ModPath ; 363 sp:path [ rdf:type sp:ModPath ;
368 sp:modMax -2 ; 364 sp:modMax -2 ;
369 sp:modMin 0 ; 365 sp:modMin 0 ;
370 sp:subPath rdfs:subClassOf 366 sp:subPath rdfs:subClassOf
371 ] ; 367 ] ;
372 - sp:subject _:b28 368 + sp:subject _:b29
373 ]) 369 ])
374 ] ; 370 ] ;
375 spin:rule 371 spin:rule
376 [ rdf:type sp:Construct ; 372 [ rdf:type sp:Construct ;
377 - rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; 373 + rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ;
378 - sp:templates ([ sp:object _:b29 ; 374 + sp:templates ([ sp:object _:b30 ;
379 - sp:predicate rdf:type ; 375 + sp:predicate _:b31 ;
380 - sp:subject _:b30
381 - ] [ sp:object _:b31 ;
382 - sp:predicate ddr:uom ;
383 - sp:subject _:b30
384 - ] [ sp:object _:b32 ;
385 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
386 - sp:subject _:b30
387 - ] [ sp:object _:b30 ;
388 - sp:predicate _:b33 ;
389 sp:subject spin:_this 376 sp:subject spin:_this
390 ] [ sp:object rdf:Statement ; 377 ] [ sp:object rdf:Statement ;
391 sp:predicate rdf:type ; 378 sp:predicate rdf:type ;
392 - sp:subject _:b34 379 + sp:subject _:b32
393 ] [ sp:object spin:_this ; 380 ] [ sp:object spin:_this ;
394 sp:predicate rdf:subject ; 381 sp:predicate rdf:subject ;
395 - sp:subject _:b34 382 + sp:subject _:b32
396 - ] [ sp:object _:b33 ; 383 + ] [ sp:object _:b31 ;
397 sp:predicate rdf:predicate ; 384 sp:predicate rdf:predicate ;
398 - sp:subject _:b34 385 + sp:subject _:b32
399 - ] [ sp:object _:b32 ; 386 + ] [ sp:object _:b30 ;
400 sp:predicate rdf:object ; 387 sp:predicate rdf:object ;
401 - sp:subject _:b34 388 + sp:subject _:b32
402 - ] [ sp:object _:b34 ; 389 + ] [ sp:object _:b32 ;
403 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 390 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
404 - sp:subject _:b35 391 + sp:subject _:b33
405 ]) ; 392 ]) ;
406 - sp:where ([ sp:object _:b35 ; 393 + sp:where ([ sp:object _:b33 ;
407 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 394 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
408 sp:subject spin:_this 395 sp:subject spin:_this
409 - ] [ sp:object _:b36 ; 396 + ] [ sp:object _:b34 ;
410 sp:predicate rdf:type ; 397 sp:predicate rdf:type ;
411 - sp:subject _:b35 398 + sp:subject _:b33
412 - ] [ sp:object _:b31 ;
413 - sp:predicate ddr:uom ;
414 - sp:subject _:b35
415 ] [ rdf:type sp:NotExists ; 399 ] [ rdf:type sp:NotExists ;
416 sp:elements ([ sp:object 400 sp:elements ([ sp:object
417 - [ sp:varName "aNode"^^xsd:string 401 + [ sp:varName "uom"^^xsd:string
418 ] ; 402 ] ;
419 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 403 + sp:predicate ddr:uom ;
420 - sp:subject _:b35 404 + sp:subject _:b33
421 ]) 405 ])
422 ] [ rdf:type sp:Bind ; 406 ] [ rdf:type sp:Bind ;
423 sp:expression 407 sp:expression
424 [ rdf:type afn:localname ; 408 [ rdf:type afn:localname ;
425 - sp:arg1 _:b36 409 + sp:arg1 _:b34
426 ] ; 410 ] ;
427 - sp:variable _:b37 411 + sp:variable _:b35
428 ] [ rdf:type sp:Bind ; 412 ] [ rdf:type sp:Bind ;
429 sp:expression 413 sp:expression
430 [ rdf:type smf:buildURI ; 414 [ rdf:type smf:buildURI ;
431 sp:arg1 [ rdf:type fn:concat ; 415 sp:arg1 [ rdf:type fn:concat ;
432 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 416 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
433 - sp:arg2 [ rdf:type smf:titleCase ; 417 + sp:arg2 _:b35
434 - sp:arg1 _:b37
435 - ]
436 ] 418 ]
437 ] ; 419 ] ;
438 - sp:variable _:b33 420 + sp:variable _:b31
439 - ] [ sp:object owl:ObjectProperty ; 421 + ] [ sp:object owl:DatatypeProperty ;
440 sp:predicate rdf:type ; 422 sp:predicate rdf:type ;
441 - sp:subject _:b33 423 + sp:subject _:b31
442 - ] [ sp:object _:b33 ; 424 + ] [ sp:object _:b31 ;
443 sp:predicate owl:onProperty ; 425 sp:predicate owl:onProperty ;
444 - sp:subject _:b38 426 + sp:subject _:b36
445 - ] [ sp:object _:b29 ; 427 + ] [ sp:object _:b37 ;
446 sp:predicate owl:allValuesFrom ; 428 sp:predicate owl:allValuesFrom ;
447 - sp:subject _:b38 429 + sp:subject _:b36
448 - ] [ sp:object _:b39 ;
449 - sp:predicate rdf:type ;
450 - sp:subject spin:_this
451 ] [ rdf:type sp:TriplePath ; 430 ] [ rdf:type sp:TriplePath ;
452 - sp:object _:b38 ; 431 + sp:object xsd:dateTime ;
453 sp:path [ rdf:type sp:ModPath ; 432 sp:path [ rdf:type sp:ModPath ;
454 sp:modMax -2 ; 433 sp:modMax -2 ;
455 sp:modMin 0 ; 434 sp:modMin 0 ;
456 sp:subPath rdfs:subClassOf 435 sp:subPath rdfs:subClassOf
457 ] ; 436 ] ;
458 - sp:subject _:b39 437 + sp:subject _:b37
459 - ] [ sp:object _:b40 ; 438 + ] [ sp:object _:b38 ;
460 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 439 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
461 - sp:subject _:b35 440 + sp:subject _:b33
462 ] [ sp:object sxml:TextNode ; 441 ] [ sp:object sxml:TextNode ;
463 sp:predicate rdf:type ; 442 sp:predicate rdf:type ;
464 - sp:subject _:b40 443 + sp:subject _:b38
465 - ] [ sp:object _:b41 ; 444 + ] [ sp:object _:b39 ;
466 sp:predicate sxml:text ; 445 sp:predicate sxml:text ;
446 + sp:subject _:b38
447 + ] [ sp:object _:b40 ;
448 + sp:predicate rdf:type ;
449 + sp:subject spin:_this
450 + ] [ rdf:type sp:TriplePath ;
451 + sp:object _:b36 ;
452 + sp:path [ rdf:type sp:ModPath ;
453 + sp:modMax -2 ;
454 + sp:modMin 0 ;
455 + sp:subPath rdfs:subClassOf
456 + ] ;
467 sp:subject _:b40 457 sp:subject _:b40
468 ] [ rdf:type sp:Bind ; 458 ] [ rdf:type sp:Bind ;
469 sp:expression 459 sp:expression
470 - [ rdf:type xsd:double ; 460 + [ rdf:type xsd:dateTime ;
471 - sp:arg1 _:b41 461 + sp:arg1 _:b39
472 ] ; 462 ] ;
473 - sp:variable _:b32 463 + sp:variable _:b30
474 ]) 464 ])
475 ] ; 465 ] ;
476 spin:rule 466 spin:rule
477 [ rdf:type sp:Construct ; 467 [ rdf:type sp:Construct ;
478 - rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ; 468 + rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
479 - sp:templates ([ sp:object _:b42 ; 469 + sp:templates ([ sp:object _:b41 ;
480 - sp:predicate _:b43 ; 470 + sp:predicate _:b42 ;
481 sp:subject spin:_this 471 sp:subject spin:_this
482 ] [ sp:object rdf:Statement ; 472 ] [ sp:object rdf:Statement ;
483 sp:predicate rdf:type ; 473 sp:predicate rdf:type ;
484 - sp:subject _:b44 474 + sp:subject _:b43
485 ] [ sp:object spin:_this ; 475 ] [ sp:object spin:_this ;
486 sp:predicate rdf:subject ; 476 sp:predicate rdf:subject ;
487 - sp:subject _:b44 477 + sp:subject _:b43
488 - ] [ sp:object _:b43 ;
489 - sp:predicate rdf:predicate ;
490 - sp:subject _:b44
491 ] [ sp:object _:b42 ; 478 ] [ sp:object _:b42 ;
479 + sp:predicate rdf:predicate ;
480 + sp:subject _:b43
481 + ] [ sp:object _:b41 ;
492 sp:predicate rdf:object ; 482 sp:predicate rdf:object ;
493 - sp:subject _:b44 483 + sp:subject _:b43
494 - ] [ sp:object _:b44 ; 484 + ] [ sp:object _:b43 ;
495 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 485 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
496 - sp:subject _:b45 486 + sp:subject _:b44
497 ]) ; 487 ]) ;
498 - sp:where ([ sp:object _:b45 ; 488 + sp:where ([ sp:object _:b44 ;
499 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 489 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
500 - sp:subject spin:_this 490 + sp:subject
501 - ] [ sp:object _:b46 ; 491 + [ sp:varName "inst"^^xsd:string
492 + ]
493 + ] [ sp:object _:b45 ;
502 sp:predicate rdf:type ; 494 sp:predicate rdf:type ;
503 - sp:subject _:b45 495 + sp:subject _:b44
504 ] [ rdf:type sp:NotExists ; 496 ] [ rdf:type sp:NotExists ;
505 sp:elements ([ sp:object 497 sp:elements ([ sp:object
506 [ sp:varName "uom"^^xsd:string 498 [ sp:varName "uom"^^xsd:string
507 ] ; 499 ] ;
508 sp:predicate ddr:uom ; 500 sp:predicate ddr:uom ;
509 - sp:subject _:b45 501 + sp:subject _:b44
510 ]) 502 ])
511 ] [ rdf:type sp:Bind ; 503 ] [ rdf:type sp:Bind ;
512 sp:expression 504 sp:expression
513 - [ rdf:type afn:localname ; 505 + [ rdf:type smf:titleCase ;
514 - sp:arg1 _:b46 506 + sp:arg1 [ rdf:type afn:localname ;
507 + sp:arg1 _:b45
508 + ]
515 ] ; 509 ] ;
516 - sp:variable _:b47 510 + sp:variable _:b46
517 ] [ rdf:type sp:Bind ; 511 ] [ rdf:type sp:Bind ;
518 sp:expression 512 sp:expression
519 [ rdf:type smf:buildURI ; 513 [ rdf:type smf:buildURI ;
520 sp:arg1 [ rdf:type fn:concat ; 514 sp:arg1 [ rdf:type fn:concat ;
521 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 515 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
522 - sp:arg2 _:b47 516 + sp:arg2 _:b46
523 ] 517 ]
524 ] ; 518 ] ;
525 - sp:variable _:b43 519 + sp:variable _:b42
526 - ] [ sp:object owl:DatatypeProperty ; 520 + ] [ sp:object owl:ObjectProperty ;
527 sp:predicate rdf:type ; 521 sp:predicate rdf:type ;
528 - sp:subject _:b43 522 + sp:subject _:b42
529 - ] [ sp:object _:b43 ; 523 + ] [ sp:object _:b42 ;
530 sp:predicate owl:onProperty ; 524 sp:predicate owl:onProperty ;
531 - sp:subject _:b48 525 + sp:subject _:b47
532 - ] [ sp:object _:b49 ; 526 + ] [ sp:object _:b48 ;
533 sp:predicate owl:allValuesFrom ; 527 sp:predicate owl:allValuesFrom ;
534 - sp:subject _:b48 528 + sp:subject _:b47
529 + ] [ sp:object _:b49 ;
530 + sp:predicate rdf:type ;
531 + sp:subject spin:_this
535 ] [ rdf:type sp:TriplePath ; 532 ] [ rdf:type sp:TriplePath ;
536 - sp:object xsd:string ; 533 + sp:object _:b47 ;
537 sp:path [ rdf:type sp:ModPath ; 534 sp:path [ rdf:type sp:ModPath ;
538 sp:modMax -2 ; 535 sp:modMax -2 ;
539 sp:modMin 0 ; 536 sp:modMin 0 ;
540 sp:subPath rdfs:subClassOf 537 sp:subPath rdfs:subClassOf
541 ] ; 538 ] ;
542 sp:subject _:b49 539 sp:subject _:b49
540 + ] [ rdf:type sp:TriplePath ;
541 + sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
542 + sp:path [ rdf:type sp:ModPath ;
543 + sp:modMax -2 ;
544 + sp:modMin 0 ;
545 + sp:subPath rdfs:subClassOf
546 + ] ;
547 + sp:subject _:b48
543 ] [ sp:object _:b50 ; 548 ] [ sp:object _:b50 ;
544 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 549 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
545 - sp:subject _:b45 550 + sp:subject _:b44
546 ] [ sp:object sxml:TextNode ; 551 ] [ sp:object sxml:TextNode ;
547 sp:predicate rdf:type ; 552 sp:predicate rdf:type ;
548 sp:subject _:b50 553 sp:subject _:b50
549 - ] [ sp:object _:b42 ; 554 + ] [ sp:object _:b51 ;
550 sp:predicate sxml:text ; 555 sp:predicate sxml:text ;
551 sp:subject _:b50 556 sp:subject _:b50
552 - ] [ sp:object _:b51 ; 557 + ] [ sp:object _:b48 ;
553 sp:predicate rdf:type ; 558 sp:predicate rdf:type ;
554 - sp:subject spin:_this 559 + sp:subject _:b41
555 - ] [ rdf:type sp:TriplePath ; 560 + ] [ sp:object _:b51 ;
556 - sp:object _:b48 ; 561 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
557 - sp:path [ rdf:type sp:ModPath ; 562 + sp:subject _:b41
558 - sp:modMax -2 ;
559 - sp:modMin 0 ;
560 - sp:subPath rdfs:subClassOf
561 - ] ;
562 - sp:subject _:b51
563 ]) 563 ])
564 ] . 564 ] .
565 565
...@@ -576,284 +576,284 @@ ddr:version ...@@ -576,284 +576,284 @@ ddr:version
576 576
577 <http://www.reportinghub.no/ep/transform/1.1/ddr> 577 <http://www.reportinghub.no/ep/transform/1.1/ddr>
578 rdf:type owl:Ontology ; 578 rdf:type owl:Ontology ;
579 - owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; 579 + owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://topbraid.org/sxml> , <http://spinrdf.org/spin> ;
580 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 580 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
581 581
582 owl:Thing 582 owl:Thing
583 spin:query 583 spin:query
584 [ rdf:type sp:Select ; 584 [ rdf:type sp:Select ;
585 - sp:where ([ sp:object 585 + sp:resultVariables (_:b52 _:b53 _:b54 _:b55) ;
586 - [ sp:varName "p"^^xsd:string
587 - ] ;
588 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
589 - sp:subject _:b52
590 - ] [ rdf:type sp:NotExists ;
591 - sp:elements ([ sp:object
592 - [ sp:varName "b"^^xsd:string
593 - ] ;
594 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
595 - sp:subject _:b52
596 - ])
597 - ])
598 - ] ;
599 - spin:query
600 - [ rdf:type sp:Select ;
601 - sp:resultVariables (_:b53 _:b54 _:b55 _:b56) ;
602 - sp:where ([ sp:object _:b56 ;
603 - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
604 - sp:subject _:b55
605 - ] [ sp:object _:b55 ;
606 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
607 - sp:subject _:b54
608 - ] [ rdf:type sp:Union ;
609 - sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
610 - sp:predicate rdf:type ;
611 - sp:subject _:b54
612 - ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
613 - sp:predicate rdf:type ;
614 - sp:subject _:b54
615 - ]))
616 - ] [ sp:object _:b54 ;
617 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
618 - sp:subject _:b53
619 - ])
620 - ] ;
621 - spin:query
622 - [ rdf:type sp:Select ;
623 - sp:resultVariables (_:b57 _:b58 _:b59 _:b60) ;
624 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; 586 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
625 sp:predicate rdf:type ; 587 sp:predicate rdf:type ;
626 - sp:subject _:b61 588 + sp:subject _:b56
627 ] [ rdf:type sp:TriplePath ; 589 ] [ rdf:type sp:TriplePath ;
628 - sp:object _:b62 ; 590 + sp:object _:b57 ;
629 sp:path [ rdf:type sp:ModPath ; 591 sp:path [ rdf:type sp:ModPath ;
630 sp:modMax -2 ; 592 sp:modMax -2 ;
631 sp:modMin 0 ; 593 sp:modMin 0 ;
632 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> 594 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child>
633 ] ; 595 ] ;
634 - sp:subject _:b61 596 + sp:subject _:b56
635 - ] [ sp:object _:b63 ; 597 + ] [ sp:object _:b58 ;
636 sp:predicate <http://topbraid.org/sxsd#name> ; 598 sp:predicate <http://topbraid.org/sxsd#name> ;
637 - sp:subject _:b61 599 + sp:subject _:b56
638 - ] [ sp:object _:b60 ; 600 + ] [ sp:object _:b55 ;
639 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; 601 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
640 - sp:subject _:b62 602 + sp:subject _:b57
641 - ] [ sp:object _:b64 ; 603 + ] [ sp:object _:b59 ;
642 sp:predicate <http://topbraid.org/sxsd#name> ; 604 sp:predicate <http://topbraid.org/sxsd#name> ;
643 - sp:subject _:b62 605 + sp:subject _:b57
644 ] [ rdf:type sp:Bind ; 606 ] [ rdf:type sp:Bind ;
645 sp:expression 607 sp:expression
646 [ rdf:type spif:titleCase ; 608 [ rdf:type spif:titleCase ;
647 - sp:arg1 _:b64 609 + sp:arg1 _:b59
648 ] ; 610 ] ;
649 - sp:variable _:b65 611 + sp:variable _:b60
650 ] [ rdf:type sp:Bind ; 612 ] [ rdf:type sp:Bind ;
651 sp:expression 613 sp:expression
652 [ rdf:type smf:buildURI ; 614 [ rdf:type smf:buildURI ;
653 sp:arg1 [ rdf:type fn:concat ; 615 sp:arg1 [ rdf:type fn:concat ;
654 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 616 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
655 - sp:arg2 _:b65 617 + sp:arg2 _:b60
656 ] 618 ]
657 ] ; 619 ] ;
658 - sp:variable _:b59 620 + sp:variable _:b54
659 ] [ rdf:type sp:Bind ; 621 ] [ rdf:type sp:Bind ;
660 sp:expression 622 sp:expression
661 [ rdf:type spif:titleCase ; 623 [ rdf:type spif:titleCase ;
662 - sp:arg1 _:b63 ; 624 + sp:arg1 _:b58 ;
663 sp:arg2 "[a-z]s" 625 sp:arg2 "[a-z]s"
664 ] ; 626 ] ;
665 - sp:variable _:b66 627 + sp:variable _:b61
666 ] [ rdf:type sp:Bind ; 628 ] [ rdf:type sp:Bind ;
667 sp:expression 629 sp:expression
668 [ rdf:type smf:buildURI ; 630 [ rdf:type smf:buildURI ;
669 sp:arg1 [ rdf:type fn:concat ; 631 sp:arg1 [ rdf:type fn:concat ;
670 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 632 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
671 - sp:arg2 _:b66 633 + sp:arg2 _:b61
672 ] 634 ]
673 ] ; 635 ] ;
674 - sp:variable _:b58 636 + sp:variable _:b53
675 ] [ rdf:type sp:Bind ; 637 ] [ rdf:type sp:Bind ;
676 sp:expression 638 sp:expression
677 [ rdf:type smf:buildURI ; 639 [ rdf:type smf:buildURI ;
678 sp:arg1 [ rdf:type fn:concat ; 640 sp:arg1 [ rdf:type fn:concat ;
679 sp:arg1 "http://www.reportinghub.no/map/ddr#" ; 641 sp:arg1 "http://www.reportinghub.no/map/ddr#" ;
680 - sp:arg2 _:b66 ; 642 + sp:arg2 _:b61 ;
681 sp:arg3 "-has" ; 643 sp:arg3 "-has" ;
682 - sp:arg4 _:b65 644 + sp:arg4 _:b60
683 ] 645 ]
684 ] ; 646 ] ;
685 - sp:variable _:b57 647 + sp:variable _:b52
648 + ])
649 + ] ;
650 + spin:query
651 + [ rdf:type sp:Select ;
652 + sp:resultVariables (_:b62 _:b63 _:b64 _:b65) ;
653 + sp:where ([ sp:object _:b65 ;
654 + sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
655 + sp:subject _:b64
656 + ] [ sp:object _:b64 ;
657 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
658 + sp:subject _:b63
659 + ] [ rdf:type sp:Union ;
660 + sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
661 + sp:predicate rdf:type ;
662 + sp:subject _:b63
663 + ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
664 + sp:predicate rdf:type ;
665 + sp:subject _:b63
666 + ]))
667 + ] [ sp:object _:b63 ;
668 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
669 + sp:subject _:b62
670 + ])
671 + ] ;
672 + spin:query
673 + [ rdf:type sp:Select ;
674 + sp:where ([ sp:object
675 + [ sp:varName "p"^^xsd:string
676 + ] ;
677 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
678 + sp:subject _:b66
679 + ] [ rdf:type sp:NotExists ;
680 + sp:elements ([ sp:object
681 + [ sp:varName "b"^^xsd:string
682 + ] ;
683 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
684 + sp:subject _:b66
685 + ])
686 ]) 686 ])
687 ] . 687 ] .
688 688
689 -_:b52 689 +_:b18
690 - sp:varName "c"^^xsd:string . 690 + sp:varName "childType"^^xsd:string .
691 -
692 -_:b56
693 - sp:varName "e"^^xsd:string .
694 -
695 -_:b55
696 - sp:varName "s"^^xsd:string .
697 691
698 -_:b54 692 +_:b20
699 - sp:varName "p"^^xsd:string . 693 + sp:varName "allValuesRestriction"^^xsd:string .
700 694
701 -_:b53 695 +_:b17
702 - sp:varName "pp"^^xsd:string . 696 + sp:varName "child"^^xsd:string .
703 697
704 -_:b66 698 +_:b15
705 - sp:varName "tcname"^^xsd:string . 699 + sp:varName "opnameU"^^xsd:string .
706 700
707 -_:b65 701 +_:b14
708 - sp:varName "tcpname"^^xsd:string . 702 + sp:varName "value"^^xsd:string .
709 703
710 -_:b64 704 +_:b13
711 - sp:varName "pname"^^xsd:string . 705 + sp:varName "uom"^^xsd:string .
712 706
713 -_:b63 707 +_:b11
714 - sp:varName "name"^^xsd:string . 708 + sp:varName "rangeU"^^xsd:string .
715 709
716 -_:b62 710 +_:b29
717 - sp:varName "c"^^xsd:string . 711 + sp:varName "instType"^^xsd:string .
718 712
719 -_:b61 713 +_:b28
720 - sp:varName "s"^^xsd:string . 714 + sp:varName "valuesRestriction"^^xsd:string .
721 715
722 -_:b60 716 +_:b27
723 - sp:varName "mre"^^xsd:string . 717 + sp:varName "childType"^^xsd:string .
724 718
725 -_:b59 719 +_:b25
726 - sp:varName "ddrPU"^^xsd:string . 720 + sp:varName "formalProperty"^^xsd:string .
727 721
728 -_:b58 722 +_:b24
729 - sp:varName "ddrCU"^^xsd:string . 723 + sp:varName "child"^^xsd:string .
730 724
731 -_:b57 725 +_:b40
732 - sp:varName "ddrCPU"^^xsd:string . 726 + sp:varName "instType"^^xsd:string .
733 727
734 -_:b11 728 +_:b39
735 sp:varName "text"^^xsd:string . 729 sp:varName "text"^^xsd:string .
736 730
737 -_:b10 731 +_:b38
738 sp:varName "textNode"^^xsd:string . 732 sp:varName "textNode"^^xsd:string .
739 733
740 -_:b9 sp:varName "instType"^^xsd:string . 734 +_:b37
741 - 735 + sp:varName "rangeType"^^xsd:string .
742 -_:b8 sp:varName "rangeU"^^xsd:string .
743 -
744 -_:b7 sp:varName "valuesRestriction"^^xsd:string .
745 736
746 -_:b6 sp:varName "childLocalName"^^xsd:string . 737 +_:b36
738 + sp:varName "valuesRestriction"^^xsd:string .
747 739
748 -_:b5 sp:varName "childType"^^xsd:string . 740 +_:b35
741 + sp:varName "childLocalName"^^xsd:string .
749 742
750 -_:b4 sp:varName "child"^^xsd:string . 743 +_:b34
744 + sp:varName "childType"^^xsd:string .
751 745
752 -_:b2 sp:varName "opnameU"^^xsd:string . 746 +_:b33
747 + sp:varName "child"^^xsd:string .
753 748
754 -_:b1 sp:varName "enumeratedValue"^^xsd:string . 749 +_:b31
750 + sp:varName "dtpnameU"^^xsd:string .
755 751
756 -_:b22 752 +_:b30
757 - sp:varName "instType"^^xsd:string . 753 + sp:varName "dateTime"^^xsd:string .
758 754
759 -_:b21 755 +_:b51
760 sp:varName "text"^^xsd:string . 756 sp:varName "text"^^xsd:string .
761 757
762 -_:b20 758 +_:b50
763 sp:varName "textNode"^^xsd:string . 759 sp:varName "textNode"^^xsd:string .
764 760
765 -_:b19 761 +_:b49
766 - sp:varName "rangeType"^^xsd:string . 762 + sp:varName "instType"^^xsd:string .
767 763
768 -_:b18 764 +_:b48
765 + sp:varName "rangeU"^^xsd:string .
766 +
767 +_:b47
769 sp:varName "valuesRestriction"^^xsd:string . 768 sp:varName "valuesRestriction"^^xsd:string .
770 769
771 -_:b17 770 +_:b46
772 sp:varName "childLocalName"^^xsd:string . 771 sp:varName "childLocalName"^^xsd:string .
773 772
774 -_:b16 773 +_:b19
774 + sp:varName "childLocalName"^^xsd:string .
775 +
776 +_:b45
775 sp:varName "childType"^^xsd:string . 777 sp:varName "childType"^^xsd:string .
776 778
777 -_:b15 779 +_:b44
778 sp:varName "child"^^xsd:string . 780 sp:varName "child"^^xsd:string .
779 781
780 -_:b13 782 +_:b42
781 - sp:varName "dtpnameU"^^xsd:string . 783 + sp:varName "opnameU"^^xsd:string .
782 784
783 -_:b12 785 +_:b41
784 - sp:varName "dateTime"^^xsd:string . 786 + sp:varName "enumeratedValue"^^xsd:string .
785 787
786 -_:b28 788 +_:b1 sp:varName "text"^^xsd:string .
787 - sp:varName "instType"^^xsd:string .
788 789
789 -_:b27 790 +_:b2 sp:varName "dtpnameU"^^xsd:string .
790 - sp:varName "valuesRestriction"^^xsd:string .
791 791
792 -_:b26 792 +_:b4 sp:varName "child"^^xsd:string .
793 - sp:varName "childType"^^xsd:string .
794 793
795 -_:b24 794 +_:b5 sp:varName "childType"^^xsd:string .
796 - sp:varName "formalProperty"^^xsd:string .
797 795
798 -_:b23 796 +_:b6 sp:varName "childLocalName"^^xsd:string .
799 - sp:varName "child"^^xsd:string .
800 797
801 -_:b41 798 +_:b7 sp:varName "valuesRestriction"^^xsd:string .
802 - sp:varName "text"^^xsd:string .
803 799
804 -_:b40 800 +_:b8 sp:varName "rangeType"^^xsd:string .
805 - sp:varName "textNode"^^xsd:string .
806 801
807 -_:b39 802 +_:b9 sp:varName "textNode"^^xsd:string .
803 +
804 +_:b21
808 sp:varName "instType"^^xsd:string . 805 sp:varName "instType"^^xsd:string .
809 806
810 -_:b38 807 +_:b10
811 - sp:varName "allValuesRestriction"^^xsd:string . 808 + sp:varName "instType"^^xsd:string .
812 809
813 -_:b37 810 +_:b66
814 - sp:varName "childLocalName"^^xsd:string . 811 + sp:varName "c"^^xsd:string .
815 812
816 -_:b36 813 +_:b62
817 - sp:varName "childType"^^xsd:string . 814 + sp:varName "pp"^^xsd:string .
818 815
819 -_:b35 816 +_:b63
820 - sp:varName "child"^^xsd:string . 817 + sp:varName "p"^^xsd:string .
821 818
822 -_:b33 819 +_:b64
823 - sp:varName "opnameU"^^xsd:string . 820 + sp:varName "s"^^xsd:string .
824 821
825 -_:b32 822 +_:b65
826 - sp:varName "value"^^xsd:string . 823 + sp:varName "e"^^xsd:string .
827 824
828 -_:b31 825 +_:b52
829 - sp:varName "uom"^^xsd:string . 826 + sp:varName "ddrCPU"^^xsd:string .
830 827
831 -_:b29 828 +_:b53
832 - sp:varName "rangeU"^^xsd:string . 829 + sp:varName "ddrCU"^^xsd:string .
833 830
834 -_:b51 831 +_:b54
835 - sp:varName "instType"^^xsd:string . 832 + sp:varName "ddrPU"^^xsd:string .
836 833
837 -_:b50 834 +_:b55
838 - sp:varName "textNode"^^xsd:string . 835 + sp:varName "mre"^^xsd:string .
839 836
840 -_:b49 837 +_:b56
841 - sp:varName "rangeType"^^xsd:string . 838 + sp:varName "s"^^xsd:string .
842 839
843 -_:b48 840 +_:b57
844 - sp:varName "valuesRestriction"^^xsd:string . 841 + sp:varName "c"^^xsd:string .
845 842
846 -_:b47 843 +_:b58
847 - sp:varName "childLocalName"^^xsd:string . 844 + sp:varName "name"^^xsd:string .
848 845
849 -_:b46 846 +_:b59
850 - sp:varName "childType"^^xsd:string . 847 + sp:varName "pname"^^xsd:string .
851 848
852 -_:b45 849 +_:b60
853 - sp:varName "child"^^xsd:string . 850 + sp:varName "tcpname"^^xsd:string .
854 851
855 -_:b43 852 +_:b61
856 - sp:varName "dtpnameU"^^xsd:string . 853 + sp:varName "tcname"^^xsd:string .
857 854
858 -_:b42 855 +_:b22
856 + sp:varName "textNode"^^xsd:string .
857 +
858 +_:b23
859 sp:varName "text"^^xsd:string . 859 sp:varName "text"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Aug 05 18:01:44 PDT 2011 1 +# Saved by TopBraid on Sat Aug 06 12:24:30 PDT 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -<ui:group>
2 - <div>&nbsp;</div>
3 - <div class="logoContainer"><a href="http://www.epim.no" target="_new"><img src="lib/rh/images/logoEpim.gif" width="201" height="106" align="right" title="EPIM" /></a>
4 - <div style="padding: 10px">
5 - <h1>ReportingHub</h1>
6 - <div>You are logged in as: <b>{= rhspin:userName() }</b></div>
7 - </div>
8 - </div>
9 -</ui:group>
...\ No newline at end of file ...\ No newline at end of file
1 -# Saved by TopBraid on Thu Jul 21 13:16:56 EST 2011
2 -# baseURI: http://www.reportinghub.no/swp/rh
3 -# imports: http://uispin.org/tui
4 -# imports: http://www.reportinghub.no/spin/rh
5 -
6 -@prefix let: <http://uispin.org/let#> .
7 -@prefix letrs: <http://uispin.org/letrs#> .
8 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 -@prefix rhswp: <http://www.reportinghub.no/swp/rh#> .
12 -@prefix sp: <http://spinrdf.org/sp#> .
13 -@prefix spin: <http://spinrdf.org/spin#> .
14 -@prefix spl: <http://spinrdf.org/spl#> .
15 -@prefix ui: <http://uispin.org/ui#> .
16 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 -
18 -<http://www.reportinghub.no/swp/rh>
19 - rdf:type owl:Ontology ;
20 - rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ;
21 - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/spin/rh> ;
22 - owl:versionInfo "0.1.0"^^xsd:string .
23 -
24 -rhswp:Elements
25 - rdf:type ui:NodeClass ;
26 - rdfs:label "Elements"^^xsd:string ;
27 - rdfs:subClassOf ui:Element ;
28 - ui:abstract "true"^^xsd:boolean .
29 -
30 -rhswp:Header
31 - rdf:type ui:NodeClass ;
32 - rdfs:label "Header"^^xsd:string ;
33 - rdfs:subClassOf rhswp:Elements ;
34 - ui:prototype <http://www.reportinghub.no/swp/header.uispin.html> .
1 -/*
2 - * jQuery UI CSS Framework 1.8.12
3 - *
4 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5 - * Dual licensed under the MIT or GPL Version 2 licenses.
6 - * http://jquery.org/license
7 - *
8 - * http://docs.jquery.com/UI/Theming/API
9 - */
10 -
11 -/* Layout helpers
12 -----------------------------------*/
13 -.ui-helper-hidden { display: none; }
14 -.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15 -.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16 -.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17 -.ui-helper-clearfix { display: inline-block; }
18 -/* required comment for clearfix to work in Opera \*/
19 -* html .ui-helper-clearfix { height:1%; }
20 -.ui-helper-clearfix { display:block; }
21 -/* end clearfix */
22 -.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
23 -
24 -
25 -/* Interaction Cues
26 -----------------------------------*/
27 -.ui-state-disabled { cursor: default !important; }
28 -
29 -
30 -/* Icons
31 -----------------------------------*/
32 -
33 -/* states and images */
34 -.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35 -
36 -
37 -/* Misc visuals
38 -----------------------------------*/
39 -
40 -/* Overlays */
41 -.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42 -/*
43 - * jQuery UI Accordion 1.8.12
44 - *
45 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
46 - * Dual licensed under the MIT or GPL Version 2 licenses.
47 - * http://jquery.org/license
48 - *
49 - * http://docs.jquery.com/UI/Accordion#theming
50 - */
51 -/* IE/Win - Fix animation bug - #4615 */
52 -.ui-accordion { width: 100%; }
53 -.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
54 -.ui-accordion .ui-accordion-li-fix { display: inline; }
55 -.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
56 -.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
57 -.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
58 -.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
59 -.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
60 -.ui-accordion .ui-accordion-content-active { display: block; }
61 -/*
62 - * jQuery UI Autocomplete 1.8.12
63 - *
64 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
65 - * Dual licensed under the MIT or GPL Version 2 licenses.
66 - * http://jquery.org/license
67 - *
68 - * http://docs.jquery.com/UI/Autocomplete#theming
69 - */
70 -.ui-autocomplete { position: absolute; cursor: default; }
71 -
72 -/* workarounds */
73 -* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
74 -
75 -/*
76 - * jQuery UI Menu 1.8.12
77 - *
78 - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
79 - * Dual licensed under the MIT or GPL Version 2 licenses.
80 - * http://jquery.org/license
81 - *
82 - * http://docs.jquery.com/UI/Menu#theming
83 - */
84 -.ui-menu {
85 - list-style:none;
86 - padding: 2px;
87 - margin: 0;
88 - display:block;
89 - float: left;
90 -}
91 -.ui-menu .ui-menu {
92 - margin-top: -3px;
93 -}
94 -.ui-menu .ui-menu-item {
95 - margin:0;
96 - padding: 0;
97 - zoom: 1;
98 - float: left;
99 - clear: left;
100 - width: 100%;
101 -}
102 -.ui-menu .ui-menu-item a {
103 - text-decoration:none;
104 - display:block;
105 - padding:.2em .4em;
106 - line-height:1.5;
107 - zoom:1;
108 -}
109 -.ui-menu .ui-menu-item a.ui-state-hover,
110 -.ui-menu .ui-menu-item a.ui-state-active {
111 - font-weight: normal;
112 - margin: -1px;
113 -}
114 -/*
115 - * jQuery UI Button 1.8.12
116 - *
117 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
118 - * Dual licensed under the MIT or GPL Version 2 licenses.
119 - * http://jquery.org/license
120 - *
121 - * http://docs.jquery.com/UI/Button#theming
122 - */
123 -.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
124 -.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
125 -button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
126 -.ui-button-icons-only { width: 3.4em; }
127 -button.ui-button-icons-only { width: 3.7em; }
128 -
129 -/*button text element */
130 -.ui-button .ui-button-text { display: block; line-height: 1.4; }
131 -.ui-button-text-only .ui-button-text { padding: .4em 1em; }
132 -.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
133 -.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
134 -.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
135 -.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
136 -/* no icon support for input elements, provide padding by default */
137 -input.ui-button { padding: .4em 1em; }
138 -
139 -/*button icon element(s) */
140 -.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
141 -.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
142 -.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
143 -.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
144 -.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
145 -
146 -/*button sets*/
147 -.ui-buttonset { margin-right: 7px; }
148 -.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
149 -
150 -/* workarounds */
151 -button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
152 -/*
153 - * jQuery UI Datepicker 1.8.12
154 - *
155 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
156 - * Dual licensed under the MIT or GPL Version 2 licenses.
157 - * http://jquery.org/license
158 - *
159 - * http://docs.jquery.com/UI/Datepicker#theming
160 - */
161 -.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
162 -.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
163 -.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
164 -.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
165 -.ui-datepicker .ui-datepicker-prev { left:2px; }
166 -.ui-datepicker .ui-datepicker-next { right:2px; }
167 -.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
168 -.ui-datepicker .ui-datepicker-next-hover { right:1px; }
169 -.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
170 -.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
171 -.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
172 -.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
173 -.ui-datepicker select.ui-datepicker-month,
174 -.ui-datepicker select.ui-datepicker-year { width: 49%;}
175 -.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
176 -.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
177 -.ui-datepicker td { border: 0; padding: 1px; }
178 -.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
179 -.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
180 -.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
181 -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
182 -
183 -/* with multiple calendars */
184 -.ui-datepicker.ui-datepicker-multi { width:auto; }
185 -.ui-datepicker-multi .ui-datepicker-group { float:left; }
186 -.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
187 -.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
188 -.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
189 -.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
190 -.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
191 -.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
192 -.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
193 -.ui-datepicker-row-break { clear:both; width:100%; }
194 -
195 -/* RTL support */
196 -.ui-datepicker-rtl { direction: rtl; }
197 -.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
198 -.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
199 -.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
200 -.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
201 -.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
202 -.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
203 -.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
204 -.ui-datepicker-rtl .ui-datepicker-group { float:right; }
205 -.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
206 -.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
207 -
208 -/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
209 -.ui-datepicker-cover {
210 - display: none; /*sorry for IE5*/
211 - display/**/: block; /*sorry for IE5*/
212 - position: absolute; /*must have*/
213 - z-index: -1; /*must have*/
214 - filter: mask(); /*must have*/
215 - top: -4px; /*must have*/
216 - left: -4px; /*must have*/
217 - width: 200px; /*must have*/
218 - height: 200px; /*must have*/
219 -}/*
220 - * jQuery UI Dialog 1.8.12
221 - *
222 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
223 - * Dual licensed under the MIT or GPL Version 2 licenses.
224 - * http://jquery.org/license
225 - *
226 - * http://docs.jquery.com/UI/Dialog#theming
227 - */
228 -.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
229 -.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
230 -.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
231 -.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
232 -.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
233 -.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
234 -.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
235 -.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
236 -.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
237 -.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
238 -.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
239 -.ui-draggable .ui-dialog-titlebar { cursor: move; }
240 -/*
241 - * jQuery UI Progressbar 1.8.12
242 - *
243 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
244 - * Dual licensed under the MIT or GPL Version 2 licenses.
245 - * http://jquery.org/license
246 - *
247 - * http://docs.jquery.com/UI/Progressbar#theming
248 - */
249 -.ui-progressbar { height:2em; text-align: left; }
250 -.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
251 - * jQuery UI Resizable 1.8.12
252 - *
253 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
254 - * Dual licensed under the MIT or GPL Version 2 licenses.
255 - * http://jquery.org/license
256 - *
257 - * http://docs.jquery.com/UI/Resizable#theming
258 - */
259 -.ui-resizable { position: relative;}
260 -.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
261 - /* http://bugs.jqueryui.com/ticket/7233
262 - - Resizable: resizable handles fail to work in IE if transparent and content overlaps
263 - */
264 - background-image:url(data:);
265 -}
266 -.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
267 -.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
268 -.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
269 -.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
270 -.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
271 -.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
272 -.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
273 -.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
274 -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
275 - * jQuery UI Selectable 1.8.12
276 - *
277 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
278 - * Dual licensed under the MIT or GPL Version 2 licenses.
279 - * http://jquery.org/license
280 - *
281 - * http://docs.jquery.com/UI/Selectable#theming
282 - */
283 -.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
284 -/*
285 - * jQuery UI Slider 1.8.12
286 - *
287 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
288 - * Dual licensed under the MIT or GPL Version 2 licenses.
289 - * http://jquery.org/license
290 - *
291 - * http://docs.jquery.com/UI/Slider#theming
292 - */
293 -.ui-slider { position: relative; text-align: left; }
294 -.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
295 -.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
296 -
297 -.ui-slider-horizontal { height: .8em; }
298 -.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
299 -.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
300 -.ui-slider-horizontal .ui-slider-range-min { left: 0; }
301 -.ui-slider-horizontal .ui-slider-range-max { right: 0; }
302 -
303 -.ui-slider-vertical { width: .8em; height: 100px; }
304 -.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
305 -.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
306 -.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
307 -.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
308 - * jQuery UI Tabs 1.8.12
309 - *
310 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
311 - * Dual licensed under the MIT or GPL Version 2 licenses.
312 - * http://jquery.org/license
313 - *
314 - * http://docs.jquery.com/UI/Tabs#theming
315 - */
316 -.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
317 -.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
318 -.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
319 -.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
320 -.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
321 -.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
322 -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
323 -.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
324 -.ui-tabs .ui-tabs-hide { display: none !important; }
325 -/*
326 - * jQuery UI CSS Framework 1.8.12
327 - *
328 - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
329 - * Dual licensed under the MIT or GPL Version 2 licenses.
330 - * http://jquery.org/license
331 - *
332 - * http://docs.jquery.com/UI/Theming/API
333 - *
334 - * To view and modify this theme, visit http://jqueryui.com/themeroller/
335 - */
336 -
337 -
338 -/* Component containers
339 -----------------------------------*/
340 -.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
341 -.ui-widget .ui-widget { font-size: 1em; }
342 -.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
343 -.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
344 -.ui-widget-content a { color: #222222/*{fcContent}*/; }
345 -.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
346 -.ui-widget-header a { color: #222222/*{fcHeader}*/; }
347 -
348 -/* Interaction states
349 -----------------------------------*/
350 -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
351 -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
352 -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
353 -.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
354 -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
355 -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
356 -.ui-widget :active { outline: none; }
357 -
358 -/* Interaction Cues
359 -----------------------------------*/
360 -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
361 -.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
362 -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
363 -.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
364 -.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
365 -.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
366 -.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
367 -.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
368 -
369 -/* Icons
370 -----------------------------------*/
371 -
372 -/* states and images */
373 -.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
374 -.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
375 -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
376 -.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
377 -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
378 -.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
379 -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
380 -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
381 -
382 -/* positioning */
383 -.ui-icon-carat-1-n { background-position: 0 0; }
384 -.ui-icon-carat-1-ne { background-position: -16px 0; }
385 -.ui-icon-carat-1-e { background-position: -32px 0; }
386 -.ui-icon-carat-1-se { background-position: -48px 0; }
387 -.ui-icon-carat-1-s { background-position: -64px 0; }
388 -.ui-icon-carat-1-sw { background-position: -80px 0; }
389 -.ui-icon-carat-1-w { background-position: -96px 0; }
390 -.ui-icon-carat-1-nw { background-position: -112px 0; }
391 -.ui-icon-carat-2-n-s { background-position: -128px 0; }
392 -.ui-icon-carat-2-e-w { background-position: -144px 0; }
393 -.ui-icon-triangle-1-n { background-position: 0 -16px; }
394 -.ui-icon-triangle-1-ne { background-position: -16px -16px; }
395 -.ui-icon-triangle-1-e { background-position: -32px -16px; }
396 -.ui-icon-triangle-1-se { background-position: -48px -16px; }
397 -.ui-icon-triangle-1-s { background-position: -64px -16px; }
398 -.ui-icon-triangle-1-sw { background-position: -80px -16px; }
399 -.ui-icon-triangle-1-w { background-position: -96px -16px; }
400 -.ui-icon-triangle-1-nw { background-position: -112px -16px; }
401 -.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
402 -.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
403 -.ui-icon-arrow-1-n { background-position: 0 -32px; }
404 -.ui-icon-arrow-1-ne { background-position: -16px -32px; }
405 -.ui-icon-arrow-1-e { background-position: -32px -32px; }
406 -.ui-icon-arrow-1-se { background-position: -48px -32px; }
407 -.ui-icon-arrow-1-s { background-position: -64px -32px; }
408 -.ui-icon-arrow-1-sw { background-position: -80px -32px; }
409 -.ui-icon-arrow-1-w { background-position: -96px -32px; }
410 -.ui-icon-arrow-1-nw { background-position: -112px -32px; }
411 -.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
412 -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
413 -.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
414 -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
415 -.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
416 -.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
417 -.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
418 -.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
419 -.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
420 -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
421 -.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
422 -.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
423 -.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
424 -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
425 -.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
426 -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
427 -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
428 -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
429 -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
430 -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
431 -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
432 -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
433 -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
434 -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
435 -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
436 -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
437 -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
438 -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
439 -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
440 -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
441 -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
442 -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
443 -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
444 -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
445 -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
446 -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
447 -.ui-icon-arrow-4 { background-position: 0 -80px; }
448 -.ui-icon-arrow-4-diag { background-position: -16px -80px; }
449 -.ui-icon-extlink { background-position: -32px -80px; }
450 -.ui-icon-newwin { background-position: -48px -80px; }
451 -.ui-icon-refresh { background-position: -64px -80px; }
452 -.ui-icon-shuffle { background-position: -80px -80px; }
453 -.ui-icon-transfer-e-w { background-position: -96px -80px; }
454 -.ui-icon-transferthick-e-w { background-position: -112px -80px; }
455 -.ui-icon-folder-collapsed { background-position: 0 -96px; }
456 -.ui-icon-folder-open { background-position: -16px -96px; }
457 -.ui-icon-document { background-position: -32px -96px; }
458 -.ui-icon-document-b { background-position: -48px -96px; }
459 -.ui-icon-note { background-position: -64px -96px; }
460 -.ui-icon-mail-closed { background-position: -80px -96px; }
461 -.ui-icon-mail-open { background-position: -96px -96px; }
462 -.ui-icon-suitcase { background-position: -112px -96px; }
463 -.ui-icon-comment { background-position: -128px -96px; }
464 -.ui-icon-person { background-position: -144px -96px; }
465 -.ui-icon-print { background-position: -160px -96px; }
466 -.ui-icon-trash { background-position: -176px -96px; }
467 -.ui-icon-locked { background-position: -192px -96px; }
468 -.ui-icon-unlocked { background-position: -208px -96px; }
469 -.ui-icon-bookmark { background-position: -224px -96px; }
470 -.ui-icon-tag { background-position: -240px -96px; }
471 -.ui-icon-home { background-position: 0 -112px; }
472 -.ui-icon-flag { background-position: -16px -112px; }
473 -.ui-icon-calendar { background-position: -32px -112px; }
474 -.ui-icon-cart { background-position: -48px -112px; }
475 -.ui-icon-pencil { background-position: -64px -112px; }
476 -.ui-icon-clock { background-position: -80px -112px; }
477 -.ui-icon-disk { background-position: -96px -112px; }
478 -.ui-icon-calculator { background-position: -112px -112px; }
479 -.ui-icon-zoomin { background-position: -128px -112px; }
480 -.ui-icon-zoomout { background-position: -144px -112px; }
481 -.ui-icon-search { background-position: -160px -112px; }
482 -.ui-icon-wrench { background-position: -176px -112px; }
483 -.ui-icon-gear { background-position: -192px -112px; }
484 -.ui-icon-heart { background-position: -208px -112px; }
485 -.ui-icon-star { background-position: -224px -112px; }
486 -.ui-icon-link { background-position: -240px -112px; }
487 -.ui-icon-cancel { background-position: 0 -128px; }
488 -.ui-icon-plus { background-position: -16px -128px; }
489 -.ui-icon-plusthick { background-position: -32px -128px; }
490 -.ui-icon-minus { background-position: -48px -128px; }
491 -.ui-icon-minusthick { background-position: -64px -128px; }
492 -.ui-icon-close { background-position: -80px -128px; }
493 -.ui-icon-closethick { background-position: -96px -128px; }
494 -.ui-icon-key { background-position: -112px -128px; }
495 -.ui-icon-lightbulb { background-position: -128px -128px; }
496 -.ui-icon-scissors { background-position: -144px -128px; }
497 -.ui-icon-clipboard { background-position: -160px -128px; }
498 -.ui-icon-copy { background-position: -176px -128px; }
499 -.ui-icon-contact { background-position: -192px -128px; }
500 -.ui-icon-image { background-position: -208px -128px; }
501 -.ui-icon-video { background-position: -224px -128px; }
502 -.ui-icon-script { background-position: -240px -128px; }
503 -.ui-icon-alert { background-position: 0 -144px; }
504 -.ui-icon-info { background-position: -16px -144px; }
505 -.ui-icon-notice { background-position: -32px -144px; }
506 -.ui-icon-help { background-position: -48px -144px; }
507 -.ui-icon-check { background-position: -64px -144px; }
508 -.ui-icon-bullet { background-position: -80px -144px; }
509 -.ui-icon-radio-off { background-position: -96px -144px; }
510 -.ui-icon-radio-on { background-position: -112px -144px; }
511 -.ui-icon-pin-w { background-position: -128px -144px; }
512 -.ui-icon-pin-s { background-position: -144px -144px; }
513 -.ui-icon-play { background-position: 0 -160px; }
514 -.ui-icon-pause { background-position: -16px -160px; }
515 -.ui-icon-seek-next { background-position: -32px -160px; }
516 -.ui-icon-seek-prev { background-position: -48px -160px; }
517 -.ui-icon-seek-end { background-position: -64px -160px; }
518 -.ui-icon-seek-start { background-position: -80px -160px; }
519 -/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
520 -.ui-icon-seek-first { background-position: -80px -160px; }
521 -.ui-icon-stop { background-position: -96px -160px; }
522 -.ui-icon-eject { background-position: -112px -160px; }
523 -.ui-icon-volume-off { background-position: -128px -160px; }
524 -.ui-icon-volume-on { background-position: -144px -160px; }
525 -.ui-icon-power { background-position: 0 -176px; }
526 -.ui-icon-signal-diag { background-position: -16px -176px; }
527 -.ui-icon-signal { background-position: -32px -176px; }
528 -.ui-icon-battery-0 { background-position: -48px -176px; }
529 -.ui-icon-battery-1 { background-position: -64px -176px; }
530 -.ui-icon-battery-2 { background-position: -80px -176px; }
531 -.ui-icon-battery-3 { background-position: -96px -176px; }
532 -.ui-icon-circle-plus { background-position: 0 -192px; }
533 -.ui-icon-circle-minus { background-position: -16px -192px; }
534 -.ui-icon-circle-close { background-position: -32px -192px; }
535 -.ui-icon-circle-triangle-e { background-position: -48px -192px; }
536 -.ui-icon-circle-triangle-s { background-position: -64px -192px; }
537 -.ui-icon-circle-triangle-w { background-position: -80px -192px; }
538 -.ui-icon-circle-triangle-n { background-position: -96px -192px; }
539 -.ui-icon-circle-arrow-e { background-position: -112px -192px; }
540 -.ui-icon-circle-arrow-s { background-position: -128px -192px; }
541 -.ui-icon-circle-arrow-w { background-position: -144px -192px; }
542 -.ui-icon-circle-arrow-n { background-position: -160px -192px; }
543 -.ui-icon-circle-zoomin { background-position: -176px -192px; }
544 -.ui-icon-circle-zoomout { background-position: -192px -192px; }
545 -.ui-icon-circle-check { background-position: -208px -192px; }
546 -.ui-icon-circlesmall-plus { background-position: 0 -208px; }
547 -.ui-icon-circlesmall-minus { background-position: -16px -208px; }
548 -.ui-icon-circlesmall-close { background-position: -32px -208px; }
549 -.ui-icon-squaresmall-plus { background-position: -48px -208px; }
550 -.ui-icon-squaresmall-minus { background-position: -64px -208px; }
551 -.ui-icon-squaresmall-close { background-position: -80px -208px; }
552 -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
553 -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
554 -.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
555 -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
556 -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
557 -.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
558 -
559 -
560 -/* Misc visuals
561 -----------------------------------*/
562 -
563 -/* Corner radius */
564 -.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
565 -.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
566 -.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
567 -.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
568 -.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
569 -.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
570 -.ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
571 -.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
572 -.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
573 -
574 -/* Overlays */
575 -.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
576 -.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
...\ No newline at end of file ...\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 -/**
2 - * Updates the options inside of a given HTML select tag from a SPARQL
3 - * result set delivered by a SPIN template call.
4 - * The template call must return the value as first column, and the
5 - * display label as second column.
6 - * @param id the ID of the select element, e.g. "#mySelect")
7 - * @param template the URI of the template to call
8 - * @param args an object with the argument to the template call
9 - */
10 -function updateSelect(id, template, args) {
11 - args['_template'] = template;
12 - args['ajax'] = true;
13 - $.getJSON("template", args, function(j) {
14 - var vars = j['head'].vars;
15 - var valueVar = vars[0];
16 - var labelVar = vars[1];
17 - var bindings = j['results'].bindings;
18 - var options = '';
19 - for (var i = 0; i < bindings.length; i++) {
20 - var binding = bindings[i];
21 - options += '<option value="' + binding[valueVar].value + '">' + binding[labelVar].value + '</option>';
22 - }
23 - $(id).html(options);
24 - });
25 -}
1 -@CHARSET "UTF-8";
2 -
3 -body {
4 - font-family: sans-serif;
5 - margin:0 0px 0 0;
6 - font-family:Tahoma,arial,Helvetica;
7 - font-size:12px;
8 - background-color:#FEFEFC;
9 - background-image:url(images/bg.png);
10 - background-position:top center;
11 - background-repeat:repeat-x;
12 - color:#333;
13 -}
14 -
15 -#content {
16 - position:relative;
17 - margin-top:0px;
18 - display:block;
19 - padding:15px 30px 30px 30px;
20 - background-color:#fefefc;
21 -}
22 -
23 -#wrapper{
24 - position:relative;
25 - width:950px;
26 - margin:0 auto;
27 - display:block;
28 - background-repeat:no-repeat;
29 -}
30 -
31 -a,a:link,a:visited {
32 - color:#375f82;
33 -}
34 -
35 -.logoContainer {
36 - background: url(images/headerBg.png);
37 - width: 950px;
38 - height: 106px;
39 -}
40 -
41 -.formHeader {
42 - font-weight: bold;
43 -}
...\ No newline at end of file ...\ No newline at end of file
1 -# baseURI: http://www.reportinghub.no/transform/spreadsheets2npd
2 -# imports: http://topbraid.org/spin/spinmapl
3 -# imports: file:///www.reportinghub.no/transform/npd/company
4 -# imports: file:///www.reportinghub.no/transform/npd/wbsha
5 -# imports: file:///www.reportinghub.no/transform/npd/wbdev
6 -# imports: http://www.reportinghub.no/1.1/schema/npd
7 -# imports: file:///www.reportinghub.no/transform/npd/field
8 -# imports: http://www.reportinghub.no/spin/rh
9 -# imports: file:///www.reportinghub.no/transform/npd/facilitymoveable
10 -# imports: file:///www.reportinghub.no/transform/npd/wbexp
11 -# imports: file:///www.reportinghub.no/transform/npd/licensee
12 -# imports: file:///www.reportinghub.no/transform/npd/baa
13 -# imports: file:///www.reportinghub.no/transform/npd/facilityfixed
14 -# imports: file:///www.reportinghub.no/transform/npd/discovery
15 -# imports: file:///www.reportinghub.no/transform/npd/licence
16 -# imports: file:///www.reportinghub.no/transform/npd/baalicensee
17 -# imports: file:///www.reportinghub.no/transform/npd/wbid
18 -# imports: http://spinrdf.org/spin
19 -# imports: file:///www.reportinghub.no/transform/npd/tufoperator
20 -
21 -@prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> .
22 -@prefix arg: <http://spinrdf.org/arg#> .
23 -@prefix baa-2011-07-30: <file:///www.reportinghub.no/transform/npd/baa-2011-07-30#> .
24 -@prefix baalicensee-2011-07-30: <file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30#> .
25 -@prefix company-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/company-2011-07-30#> .
26 -@prefix discovery-2011-07-30: <file:///www.reportinghub.no/transform/npd/discovery-2011-07-30#> .
27 -@prefix facilityfixed-2011-07-30: <file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30#> .
28 -@prefix facilitymoveable-2011-07-30: <file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30#> .
29 -@prefix field-2011-07-30: <http://www.reportinghub.no/transform/npd/field-2011-07-30#> .
30 -@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
31 -@prefix license-2011-07-30: <file:///www.reportinghub.no/transform/npd/license-2011-07-30#> .
32 -@prefix licensee-2011-07-30: <file:///www.reportinghub.no/transform/npd/licensee-2011-07-30#> .
33 -@prefix npdi: <https://www.reportinghub.no/data/npd/> .
34 -@prefix npdi1: <http://www.reportinghub.no/examples/npdi#> .
35 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
36 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
37 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
38 -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
39 -@prefix sp: <http://spinrdf.org/sp#> .
40 -@prefix spif: <http://spinrdf.org/spif#> .
41 -@prefix spin: <http://spinrdf.org/spin#> .
42 -@prefix spinmap: <http://spinrdf.org/spinmap#> .
43 -@prefix spinmapl: <http://topbraid.org/spin/spinmapl#> .
44 -@prefix spl: <http://spinrdf.org/spl#> .
45 -@prefix tufoperator-2011-07-30: <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30#> .
46 -@prefix wbdev-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30#> .
47 -@prefix wbexp-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30#> .
48 -@prefix wbid-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbid-2011-07-30#> .
49 -@prefix wbsha-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30#> .
50 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
51 -
52 -<file:///www.reportinghub.no/transform/npd/baa#BAA>
53 - spinmap:rule
54 - [ rdf:type spinmap:Mapping-1-1 ;
55 - spinmap:context :BAA-BusinessArrangementArea ;
56 - spinmap:expression spin:_arg1 ;
57 - spinmap:sourcePredicate1
58 - <file:///www.reportinghub.no/transform/npd/baa#baaName> ;
59 - spinmap:targetPredicate1
60 - <http://www.reportinghub.no/schema/npd#name>
61 - ] ;
62 - spinmap:rule
63 - [ rdf:type spinmap:Mapping-1-1 ;
64 - spinmap:context :BAA-BusinessArrangementArea ;
65 - spinmap:expression
66 - [ rdf:type spif:parseDate ;
67 - arg:pattern "dd.MM.yyyy" ;
68 - sp:arg1 spin:_arg1
69 - ] ;
70 - spinmap:sourcePredicate1
71 - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ;
72 - spinmap:targetPredicate1
73 - <http://www.reportinghub.no/schema/npd#endDate>
74 - ] ;
75 - spinmap:rule
76 - [ rdf:type spinmap:Mapping-1-1 ;
77 - spinmap:context :BAA-BusinessArrangementArea ;
78 - spinmap:expression
79 - [ rdf:type spif:parseDate ;
80 - arg:pattern "dd.MM.yyyy" ;
81 - sp:arg1 spin:_arg1
82 - ] ;
83 - spinmap:sourcePredicate1
84 - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidFrom> ;
85 - spinmap:targetPredicate1
86 - <http://www.reportinghub.no/schema/npd#startDate>
87 - ] ;
88 - spinmap:rule
89 - [ rdf:type spinmap:Mapping-1-1 ;
90 - spinmap:context :BAA-BusinessArrangementArea ;
91 - spinmap:expression
92 - [ rdf:type spinmapl:resourceWithValue ;
93 - sp:arg1 spin:_arg1 ;
94 - spinmapl:predicate :baaKind
95 - ] ;
96 - spinmap:sourcePredicate1
97 - <file:///www.reportinghub.no/transform/npd/baa#baaKind> ;
98 - spinmap:targetPredicate1
99 - rdf:type
100 - ] ;
101 - spinmap:rule
102 - [ rdf:type spinmap:Mapping-1-1 ;
103 - spinmap:context :BAA-BusinessArrangementArea ;
104 - spinmap:expression spin:_arg1 ;
105 - spinmap:sourcePredicate1
106 - <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ;
107 - spinmap:targetPredicate1
108 - <http://www.reportinghub.no/schema/npd#id>
109 - ] .
110 -
111 -<file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee>
112 - spinmap:rule
113 - [ rdf:type spinmap:Mapping-1-1 ;
114 - spinmap:context :BAALicensee-ShareOfBAA ;
115 - spinmap:expression
116 - [ rdf:type xsd:float ;
117 - sp:arg1 spin:_arg1
118 - ] ;
119 - spinmap:sourcePredicate1
120 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ;
121 - spinmap:targetPredicate1
122 - <http://www.reportinghub.no/schema/npd#percentageOfShare>
123 - ] ;
124 - spinmap:rule
125 - [ rdf:type spinmap:Mapping-1-1 ;
126 - spinmap:context :BAALicensee-ShareOfBAA ;
127 - spinmap:expression
128 - [ rdf:type spinmapl:resourceWithValue ;
129 - sp:arg1 spin:_arg1 ;
130 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
131 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
132 - ] ;
133 - spinmap:sourcePredicate1
134 - <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ;
135 - spinmap:targetPredicate1
136 - <http://www.reportinghub.no/schema/npd#shareHolder>
137 - ] ;
138 - spinmap:rule
139 - [ rdf:type spinmap:Mapping-1-1 ;
140 - spinmap:context :BAALicensee-ShareOfBAA ;
141 - spinmap:expression
142 - [ rdf:type spif:parseDate ;
143 - arg:pattern "dd.MM.yyyy" ;
144 - sp:arg1 spin:_arg1
145 - ] ;
146 - spinmap:sourcePredicate1
147 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ;
148 - spinmap:targetPredicate1
149 - <http://www.reportinghub.no/schema/npd#endDate>
150 - ] ;
151 - spinmap:rule
152 - [ rdf:type spinmap:Mapping-1-1 ;
153 - spinmap:context :BAALicensee-ShareOfBAA ;
154 - spinmap:expression
155 - [ rdf:type spif:parseDate ;
156 - arg:pattern "dd.MM.yyyy" ;
157 - sp:arg1 spin:_arg1
158 - ] ;
159 - spinmap:sourcePredicate1
160 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ;
161 - spinmap:targetPredicate1
162 - <http://www.reportinghub.no/schema/npd#startDate>
163 - ] ;
164 - spinmap:rule
165 - [ rdf:type spinmap:Mapping-1-1 ;
166 - spinmap:context :BAALicensee-ShareOfBAA ;
167 - spinmap:expression
168 - [ rdf:type spinmapl:resourceWithValue ;
169 - sp:arg1 spin:_arg1 ;
170 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
171 - spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea>
172 - ] ;
173 - spinmap:sourcePredicate1
174 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ;
175 - spinmap:targetPredicate1
176 - <http://www.reportinghub.no/schema/npd#baaShared>
177 - ] ;
178 - spinmap:rule
179 - [ rdf:type spinmap:Mapping-0-1 ;
180 - spinmap:context :BAALicensee-ShareOfBAA ;
181 - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ;
182 - spinmap:targetPredicate1
183 - rdf:type
184 - ] .
185 -
186 -<file:///www.reportinghub.no/transform/npd/company#Company>
187 - spinmap:rule
188 - [ rdf:type spinmap:Mapping-1-1 ;
189 - spinmap:context :Company-ParentCompany ;
190 - spinmap:expression spin:_arg1 ;
191 - spinmap:sourcePredicate1
192 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
193 - spinmap:targetPredicate1
194 - <http://www.reportinghub.no/schema/npd#name>
195 - ] ;
196 - spinmap:rule
197 - [ rdf:type spinmap:Mapping-1-1 ;
198 - spinmap:context :Company-ParentCompany ;
199 - spinmap:expression spin:_arg1 ;
200 - spinmap:sourcePredicate1
201 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
202 - spinmap:targetPredicate1
203 - <http://www.reportinghub.no/schema/npd#companyShortName>
204 - ] ;
205 - spinmap:rule
206 - [ rdf:type spinmap:Mapping-1-1 ;
207 - spinmap:context :Company-Company ;
208 - spinmap:expression
209 - [ rdf:type rhspin:parentCompanyByName ;
210 - arg:name spin:_arg1
211 - ] ;
212 - spinmap:sourcePredicate1
213 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
214 - spinmap:targetPredicate1
215 - <http://www.reportinghub.no/schema/npd#parentCompany>
216 - ] ;
217 - spinmap:rule
218 - [ rdf:type spinmap:Mapping-0-1 ;
219 - spinmap:context :Company-ParentCompany ;
220 - spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ;
221 - spinmap:targetPredicate1
222 - rdf:type
223 - ] ;
224 - spinmap:rule
225 - [ rdf:type spinmap:Mapping-1-1 ;
226 - spinmap:context :Company-Company ;
227 - spinmap:expression spin:_arg1 ;
228 - spinmap:sourcePredicate1
229 - <file:///www.reportinghub.no/transform/npd/company#cmpOrgNumberBrReg> ;
230 - spinmap:targetPredicate1
231 - <http://www.reportinghub.no/schema/npd#organisationNumber>
232 - ] ;
233 - spinmap:rule
234 - [ rdf:type spinmap:Mapping-0-1 ;
235 - spinmap:context :Company-Company ;
236 - spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ;
237 - spinmap:targetPredicate1
238 - rdf:type
239 - ] ;
240 - spinmap:rule
241 - [ rdf:type spinmap:Mapping-1-1 ;
242 - spinmap:context :Company-Company ;
243 - spinmap:expression spin:_arg1 ;
244 - spinmap:sourcePredicate1
245 - <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ;
246 - spinmap:targetPredicate1
247 - <http://www.reportinghub.no/schema/npd#name>
248 - ] ;
249 - spinmap:rule
250 - [ rdf:type spinmap:Mapping-1-1 ;
251 - spinmap:context :Company-Company ;
252 - spinmap:expression spin:_arg1 ;
253 - spinmap:sourcePredicate1
254 - <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ;
255 - spinmap:targetPredicate1
256 - <http://www.reportinghub.no/schema/npd#companyShortName>
257 - ] ;
258 - spinmap:rule
259 - [ rdf:type spinmap:Mapping-1-1 ;
260 - spinmap:context :Company-Company ;
261 - spinmap:expression spin:_arg1 ;
262 - spinmap:sourcePredicate1
263 - <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ;
264 - spinmap:targetPredicate1
265 - <http://www.reportinghub.no/schema/npd#id>
266 - ] .
267 -
268 -<file:///www.reportinghub.no/transform/npd/discovery#Discovery>
269 - spinmap:rule
270 - [ rdf:type spinmap:Mapping-1-1 ;
271 - spinmap:context :Discovery-Discovery ;
272 - spinmap:expression
273 - [ rdf:type spinmapl:resourceWithValue ;
274 - sp:arg1 spin:_arg1 ;
275 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
276 - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
277 - ] ;
278 - spinmap:sourcePredicate1
279 - <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ;
280 - spinmap:targetPredicate1
281 - <http://www.reportinghub.no/schema/npd#discoveryOwner>
282 - ] ;
283 - spinmap:rule
284 - [ rdf:type spinmap:Mapping-0-1 ;
285 - spinmap:context :Discovery-Discovery ;
286 - spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ;
287 - spinmap:targetPredicate1
288 - rdf:type
289 - ] ;
290 - spinmap:rule
291 - [ rdf:type spinmap:Mapping-1-1 ;
292 - spinmap:context :Discovery-Discovery ;
293 - spinmap:expression
294 - [ rdf:type spinmapl:resourceWithValue ;
295 - sp:arg1 spin:_arg1 ;
296 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
297 - spinmapl:type <http://www.reportinghub.no/schema/npd#MainNCSArea>
298 - ] ;
299 - spinmap:sourcePredicate1
300 - <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ;
301 - spinmap:targetPredicate1
302 - <http://www.reportinghub.no/schema/npd#discoveryMainNcsArea>
303 - ] ;
304 - spinmap:rule
305 - [ rdf:type spinmap:Mapping-1-1 ;
306 - spinmap:context :Discovery-Discovery ;
307 - spinmap:expression
308 - [ rdf:type spinmapl:resourceWithValue ;
309 - sp:arg1 spin:_arg1 ;
310 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
311 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
312 - ] ;
313 - spinmap:sourcePredicate1
314 - <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ;
315 - spinmap:targetPredicate1
316 - <http://www.reportinghub.no/schema/npd#discoveryOperator>
317 - ] ;
318 - spinmap:rule
319 - [ rdf:type spinmap:Mapping-1-1 ;
320 - spinmap:context :Discovery-Discovery ;
321 - spinmap:expression
322 - [ rdf:type rhspin:fieldById ;
323 - arg:id spin:_arg1
324 - ] ;
325 - spinmap:sourcePredicate1
326 - <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ;
327 - spinmap:targetPredicate1
328 - <http://www.reportinghub.no/schema/npd#discoveryField>
329 - ] ;
330 - spinmap:rule
331 - [ rdf:type spinmap:Mapping-1-1 ;
332 - spinmap:context :Discovery-Discovery ;
333 - spinmap:expression
334 - [ rdf:type xsd:integer ;
335 - sp:arg1 spin:_arg1
336 - ] ;
337 - spinmap:sourcePredicate1
338 - <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ;
339 - spinmap:targetPredicate1
340 - <http://www.reportinghub.no/schema/npd#discoveryYear>
341 - ] ;
342 - spinmap:rule
343 - [ rdf:type spinmap:Mapping-1-1 ;
344 - spinmap:context :Discovery-Discovery ;
345 - spinmap:expression
346 - [ rdf:type rhspin:wellBoreByName ;
347 - arg:wellBoreName spin:_arg1
348 - ] ;
349 - spinmap:sourcePredicate1
350 - <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ;
351 - spinmap:targetPredicate1
352 - <http://www.reportinghub.no/schema/npd#discoveryWellBore>
353 - ] ;
354 - spinmap:rule
355 - [ rdf:type spinmap:Mapping-1-1 ;
356 - spinmap:context :Discovery-Discovery ;
357 - spinmap:expression
358 - [ rdf:type spinmapl:resourceWithValue ;
359 - sp:arg1 spin:_arg1 ;
360 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
361 - spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus>
362 - ] ;
363 - spinmap:sourcePredicate1
364 - <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ;
365 - spinmap:targetPredicate1
366 - <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus>
367 - ] ;
368 - spinmap:rule
369 - [ rdf:type spinmap:Mapping-1-1 ;
370 - spinmap:context :Discovery-Discovery ;
371 - spinmap:expression
372 - [ rdf:type spinmapl:resourceWithValue ;
373 - sp:arg1 spin:_arg1 ;
374 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
375 - spinmapl:type <http://www.reportinghub.no/schema/npd#HCType>
376 - ] ;
377 - spinmap:sourcePredicate1
378 - <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ;
379 - spinmap:targetPredicate1
380 - <http://www.reportinghub.no/schema/npd#discoveryHCType>
381 - ] ;
382 - spinmap:rule
383 - [ rdf:type spinmap:Mapping-1-1 ;
384 - spinmap:context :Discovery-Discovery ;
385 - spinmap:expression spin:_arg1 ;
386 - spinmap:sourcePredicate1
387 - <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ;
388 - spinmap:targetPredicate1
389 - <http://www.reportinghub.no/schema/npd#id>
390 - ] ;
391 - spinmap:rule
392 - [ rdf:type spinmap:Mapping-1-1 ;
393 - spinmap:context :Discovery-Discovery ;
394 - spinmap:expression spin:_arg1 ;
395 - spinmap:sourcePredicate1
396 - <file:///www.reportinghub.no/transform/npd/discovery#dscName> ;
397 - spinmap:targetPredicate1
398 - <http://www.reportinghub.no/schema/npd#name>
399 - ] .
400 -
401 -<file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed>
402 - spinmap:rule
403 - [ rdf:type spinmap:Mapping-1-1 ;
404 - spinmap:context :FacilityFixed-FixedFacility ;
405 - spinmap:expression
406 - [ rdf:type spinmapl:resourceWithValue ;
407 - sp:arg1 spin:_arg1 ;
408 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
409 - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase>
410 - ] ;
411 - spinmap:sourcePredicate1
412 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ;
413 - spinmap:targetPredicate1
414 - <http://www.reportinghub.no/schema/npd#fixedFacilityPhase>
415 - ] ;
416 - spinmap:rule
417 - [ rdf:type spinmap:Mapping-1-1 ;
418 - spinmap:context :FacilityFixed-FixedFacility ;
419 - spinmap:expression
420 - [ rdf:type spinmapl:resourceWithValue ;
421 - sp:arg1 spin:_arg1 ;
422 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ;
423 - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent>
424 - ] ;
425 - spinmap:sourcePredicate1
426 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ;
427 - spinmap:targetPredicate1
428 - <http://www.reportinghub.no/schema/npd#belongsTo>
429 - ] ;
430 - spinmap:rule
431 - [ rdf:type spinmap:Mapping-1-1 ;
432 - spinmap:context :FacilityFixed-FixedFacility ;
433 - spinmap:expression
434 - [ rdf:type spinmapl:resourceWithValue ;
435 - sp:arg1 spin:_arg1 ;
436 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
437 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
438 - ] ;
439 - spinmap:sourcePredicate1
440 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ;
441 - spinmap:targetPredicate1
442 - <http://www.reportinghub.no/schema/npd#currentOperator>
443 - ] ;
444 - spinmap:rule
445 - [ rdf:type spinmap:Mapping-1-1 ;
446 - spinmap:context :FacilityFixed-FixedFacility ;
447 - spinmap:expression
448 - [ rdf:type sp:if ;
449 - sp:arg1 [ rdf:type sp:eq ;
450 - sp:arg1 spin:_arg1 ;
451 - sp:arg2 "N"
452 - ] ;
453 - sp:arg2 <http://www.reportinghub.no/schema/npd#SubSurfaceFixedFacility> ;
454 - sp:arg3 <http://www.reportinghub.no/schema/npd#SurfaceFixedFacility>
455 - ] ;
456 - spinmap:sourcePredicate1
457 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ;
458 - spinmap:targetPredicate1
459 - rdf:type
460 - ] ;
461 - spinmap:rule
462 - [ rdf:type spinmap:Mapping-1-1 ;
463 - spinmap:context :FacilityFixed-FixedFacility ;
464 - spinmap:expression spin:_arg1 ;
465 - spinmap:sourcePredicate1
466 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ;
467 - spinmap:targetPredicate1
468 - <http://www.reportinghub.no/schema/npd#id>
469 - ] ;
470 - spinmap:rule
471 - [ rdf:type spinmap:Mapping-1-1 ;
472 - spinmap:context :FacilityFixed-FixedFacility ;
473 - spinmap:expression spin:_arg1 ;
474 - spinmap:sourcePredicate1
475 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ;
476 - spinmap:targetPredicate1
477 - <http://www.reportinghub.no/schema/npd#name>
478 - ] ;
479 - spinmap:rule
480 - [ rdf:type spinmap:Mapping-1-1 ;
481 - spinmap:context :FacilityFixed-FixedFacility ;
482 - spinmap:expression
483 - [ rdf:type spif:parseDate ;
484 - arg:pattern "dd.MM.yyyy" ;
485 - sp:arg1 spin:_arg1
486 - ] ;
487 - spinmap:sourcePredicate1
488 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ;
489 - spinmap:targetPredicate1
490 - <http://www.reportinghub.no/schema/npd#startDate>
491 - ] ;
492 - spinmap:rule
493 - [ rdf:type spinmap:Mapping-1-1 ;
494 - spinmap:context :FacilityFixed-FixedFacility ;
495 - spinmap:expression spin:_arg1 ;
496 - spinmap:sourcePredicate1
497 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ;
498 - spinmap:targetPredicate1
499 - <http://www.reportinghub.no/schema/npd#facilityKind>
500 - ] .
501 -
502 -<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable>
503 - spinmap:rule
504 - [ rdf:type spinmap:Mapping-1-1 ;
505 - spinmap:context :FacilityMoveable-MoveableFacility ;
506 - spinmap:expression
507 - [ rdf:type spinmapl:resourceWithValue ;
508 - sp:arg1 spin:_arg1 ;
509 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
510 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
511 - ] ;
512 - spinmap:sourcePredicate1
513 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ;
514 - spinmap:targetPredicate1
515 - <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany>
516 - ] ;
517 - spinmap:rule
518 - [ rdf:type spinmap:Mapping-1-1 ;
519 - spinmap:context :FacilityMoveable-MoveableFacility ;
520 - spinmap:expression spin:_arg1 ;
521 - spinmap:sourcePredicate1
522 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ;
523 - spinmap:targetPredicate1
524 - <http://www.reportinghub.no/schema/npd#name>
525 - ] ;
526 - spinmap:rule
527 - [ rdf:type spinmap:Mapping-1-1 ;
528 - spinmap:context :FacilityMoveable-MoveableFacility ;
529 - spinmap:expression spin:_arg1 ;
530 - spinmap:sourcePredicate1
531 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ;
532 - spinmap:targetPredicate1
533 - <http://www.reportinghub.no/schema/npd#facilityKind>
534 - ] ;
535 - spinmap:rule
536 - [ rdf:type spinmap:Mapping-1-1 ;
537 - spinmap:context :FacilityMoveable-MoveableFacility ;
538 - spinmap:expression spin:_arg1 ;
539 - spinmap:sourcePredicate1
540 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ;
541 - spinmap:targetPredicate1
542 - <http://www.reportinghub.no/schema/npd#id>
543 - ] ;
544 - spinmap:rule
545 - [ rdf:type spinmap:Mapping-0-1 ;
546 - spinmap:context :FacilityMoveable-MoveableFacility ;
547 - spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ;
548 - spinmap:targetPredicate1
549 - rdf:type
550 - ] .
551 -
552 -<file:///www.reportinghub.no/transform/npd/field#Field>
553 - spinmap:rule
554 - [ rdf:type spinmap:Mapping-1-1 ;
555 - spinmap:context :Field-Field ;
556 - spinmap:expression
557 - [ rdf:type spinmapl:resourceWithValue ;
558 - sp:arg1 spin:_arg1 ;
559 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
560 - spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus>
561 - ] ;
562 - spinmap:sourcePredicate1
563 - <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ;
564 - spinmap:targetPredicate1
565 - <http://www.reportinghub.no/schema/npd#currentActivityStatus>
566 - ] ;
567 - spinmap:rule
568 - [ rdf:type spinmap:Mapping-1-1 ;
569 - spinmap:context :Field-Field ;
570 - spinmap:expression
571 - [ rdf:type spinmapl:resourceWithValue ;
572 - sp:arg1 spin:_arg1 ;
573 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ;
574 - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
575 - ] ;
576 - spinmap:sourcePredicate1
577 - <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ;
578 - spinmap:targetPredicate1
579 - <http://www.reportinghub.no/schema/npd#fieldOwner>
580 - ] ;
581 - spinmap:rule
582 - [ rdf:type spinmap:Mapping-1-1 ;
583 - spinmap:context :Field-Field ;
584 - spinmap:expression
585 - [ rdf:type rhspin:wellBoreByName ;
586 - arg:wellBoreName spin:_arg1
587 - ] ;
588 - spinmap:sourcePredicate1
589 - <file:///www.reportinghub.no/transform/npd/field#wlbName> ;
590 - spinmap:targetPredicate1
591 - <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore>
592 - ] ;
593 - spinmap:rule
594 - [ rdf:type spinmap:Mapping-1-1 ;
595 - spinmap:context :Field-Field ;
596 - spinmap:expression spin:_arg1 ;
597 - spinmap:sourcePredicate1
598 - <file:///www.reportinghub.no/transform/npd/field#fldName> ;
599 - spinmap:targetPredicate1
600 - <http://www.reportinghub.no/schema/npd#name>
601 - ] ;
602 - spinmap:rule
603 - [ rdf:type spinmap:Mapping-1-1 ;
604 - spinmap:context :Field-Field ;
605 - spinmap:expression spin:_arg1 ;
606 - spinmap:sourcePredicate1
607 - <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ;
608 - spinmap:targetPredicate1
609 - <http://www.reportinghub.no/schema/npd#id>
610 - ] ;
611 - spinmap:rule
612 - [ rdf:type spinmap:Mapping-1-1 ;
613 - spinmap:context :Field-Field ;
614 - spinmap:expression
615 - [ rdf:type rhspin:companyById ;
616 - arg:id spin:_arg1
617 - ] ;
618 - spinmap:sourcePredicate1
619 - <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ;
620 - spinmap:targetPredicate1
621 - <http://www.reportinghub.no/schema/npd#fieldOperator>
622 - ] ;
623 - spinmap:rule
624 - [ rdf:type spinmap:Mapping-0-1 ;
625 - spinmap:context :Field-Field ;
626 - spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ;
627 - spinmap:targetPredicate1
628 - rdf:type
629 - ] .
630 -
631 -<file:///www.reportinghub.no/transform/npd/licence#Licence>
632 - spinmap:rule
633 - [ rdf:type spinmap:Mapping-1-1 ;
634 - spinmap:context :License-License ;
635 - spinmap:expression spin:_arg1 ;
636 - spinmap:sourcePredicate1
637 - <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ;
638 - spinmap:targetPredicate1
639 - <http://www.reportinghub.no/schema/npd#licensingActivity>
640 - ] ;
641 - spinmap:rule
642 - [ rdf:type spinmap:Mapping-1-1 ;
643 - spinmap:context :License-License ;
644 - spinmap:expression spin:_arg1 ;
645 - spinmap:sourcePredicate1
646 - <file:///www.reportinghub.no/transform/npd/licence#prlName> ;
647 - spinmap:targetPredicate1
648 - <http://www.reportinghub.no/schema/npd#name>
649 - ] ;
650 - spinmap:rule
651 - [ rdf:type spinmap:Mapping-0-1 ;
652 - spinmap:context :License-License ;
653 - spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ;
654 - spinmap:targetPredicate1
655 - rdf:type
656 - ] ;
657 - spinmap:rule
658 - [ rdf:type spinmap:Mapping-1-1 ;
659 - spinmap:context :License-License ;
660 - spinmap:expression spin:_arg1 ;
661 - spinmap:sourcePredicate1
662 - <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence> ;
663 - spinmap:targetPredicate1
664 - <http://www.reportinghub.no/schema/npd#id>
665 - ] ;
666 - spinmap:rule
667 - [ rdf:type spinmap:Mapping-1-1 ;
668 - spinmap:context :License-License ;
669 - spinmap:expression
670 - [ rdf:type spif:parseDate ;
671 - arg:pattern "dd.MM.yyyy" ;
672 - sp:arg1 spin:_arg1
673 - ] ;
674 - spinmap:sourcePredicate1
675 - <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ;
676 - spinmap:targetPredicate1
677 - <http://www.reportinghub.no/schema/npd#endDate>
678 - ] ;
679 - spinmap:rule
680 - [ rdf:type spinmap:Mapping-1-1 ;
681 - spinmap:context :License-License ;
682 - spinmap:expression
683 - [ rdf:type spif:parseDate ;
684 - arg:pattern "dd.MM.yyyy" ;
685 - sp:arg1 spin:_arg1
686 - ] ;
687 - spinmap:sourcePredicate1
688 - <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ;
689 - spinmap:targetPredicate1
690 - <http://www.reportinghub.no/schema/npd#startDate>
691 - ] ;
692 - spinmap:rule
693 - [ rdf:type spinmap:Mapping-1-1 ;
694 - spinmap:context :License-License ;
695 - spinmap:expression
696 - [ rdf:type spinmapl:resourceWithValue ;
697 - sp:arg1 spin:_arg1 ;
698 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
699 - spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus>
700 - ] ;
701 - spinmap:sourcePredicate1
702 - <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ;
703 - spinmap:targetPredicate1
704 - <http://www.reportinghub.no/schema/npd#licenseStatus>
705 - ] .
706 -
707 -<file:///www.reportinghub.no/transform/npd/licensee#Licensee>
708 - spinmap:rule
709 - [ rdf:type spinmap:Mapping-0-1 ;
710 - spinmap:context :Licensee-ShareOfLicence ;
711 - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ;
712 - spinmap:targetPredicate1
713 - rdf:type
714 - ] ;
715 - spinmap:rule
716 - [ rdf:type spinmap:Mapping-1-1 ;
717 - spinmap:context :Licensee-ShareOfLicence ;
718 - spinmap:expression
719 - [ rdf:type spif:parseDate ;
720 - arg:pattern "dd.MM.yyyy" ;
721 - sp:arg1 spin:_arg1
722 - ] ;
723 - spinmap:sourcePredicate1
724 - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ;
725 - spinmap:targetPredicate1
726 - <http://www.reportinghub.no/schema/npd#startDate>
727 - ] ;
728 - spinmap:rule
729 - [ rdf:type spinmap:Mapping-1-1 ;
730 - spinmap:context :Licensee-ShareOfLicence ;
731 - spinmap:expression
732 - [ rdf:type rhspin:companyById ;
733 - arg:id spin:_arg1
734 - ] ;
735 - spinmap:sourcePredicate1
736 - <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ;
737 - spinmap:targetPredicate1
738 - <http://www.reportinghub.no/schema/npd#shareHolder>
739 - ] ;
740 - spinmap:rule
741 - [ rdf:type spinmap:Mapping-1-1 ;
742 - spinmap:context :Licensee-ShareOfLicence ;
743 - spinmap:expression
744 - [ rdf:type spif:parseDate ;
745 - arg:pattern "dd.MM.yyyy" ;
746 - sp:arg1 spin:_arg1
747 - ] ;
748 - spinmap:sourcePredicate1
749 - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ;
750 - spinmap:targetPredicate1
751 - <http://www.reportinghub.no/schema/npd#endDate>
752 - ] ;
753 - spinmap:rule
754 - [ rdf:type spinmap:Mapping-1-1 ;
755 - spinmap:context :Licensee-ShareOfLicence ;
756 - spinmap:expression
757 - [ rdf:type xsd:float ;
758 - sp:arg1 spin:_arg1
759 - ] ;
760 - spinmap:sourcePredicate1
761 - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ;
762 - spinmap:targetPredicate1
763 - <http://www.reportinghub.no/schema/npd#percentageOfShare>
764 - ] ;
765 - spinmap:rule
766 - [ rdf:type spinmap:Mapping-1-1 ;
767 - spinmap:context :Licensee-ShareOfLicence ;
768 - spinmap:expression
769 - [ rdf:type rhspin:licenceById ;
770 - arg:id spin:_arg1
771 - ] ;
772 - spinmap:sourcePredicate1
773 - <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ;
774 - spinmap:targetPredicate1
775 - <http://www.reportinghub.no/schema/npd#licenceShared>
776 - ] .
777 -
778 -<file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator>
779 - spinmap:rule
780 - [ rdf:type spinmap:Mapping-1-1 ;
781 - spinmap:context :TUFOperator-TUF ;
782 - spinmap:expression spin:_arg1 ;
783 - spinmap:sourcePredicate1
784 - <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ;
785 - spinmap:targetPredicate1
786 - <http://www.reportinghub.no/schema/npd#name>
787 - ] ;
788 - spinmap:rule
789 - [ rdf:type spinmap:Mapping-1-1 ;
790 - spinmap:context :TUFOperator-TUF ;
791 - spinmap:expression spin:_arg1 ;
792 - spinmap:sourcePredicate1
793 - <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ;
794 - spinmap:targetPredicate1
795 - <http://www.reportinghub.no/schema/npd#id>
796 - ] ;
797 - spinmap:rule
798 - [ rdf:type spinmap:Mapping-0-1 ;
799 - spinmap:context :TUFOperator-TUF ;
800 - spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ;
801 - spinmap:targetPredicate1
802 - rdf:type
803 - ] .
804 -
805 -<file:///www.reportinghub.no/transform/npd/wbdev#WBDev>
806 - spinmap:rule
807 - [ rdf:type spinmap:Mapping-1-1 ;
808 - spinmap:context :WBDev-WellBore ;
809 - spinmap:expression
810 - [ rdf:type rhspin:facilityById ;
811 - arg:id spin:_arg1
812 - ] ;
813 - spinmap:sourcePredicate1
814 - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ;
815 - spinmap:targetPredicate1
816 - <http://www.reportinghub.no/schema/npd#productionFacility>
817 - ] ;
818 - spinmap:rule
819 - [ rdf:type spinmap:Mapping-1-1 ;
820 - spinmap:context :WBDev-WellBore ;
821 - spinmap:expression
822 - [ rdf:type rhspin:licenceById ;
823 - arg:id spin:_arg1
824 - ] ;
825 - spinmap:sourcePredicate1
826 - <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ;
827 - spinmap:targetPredicate1
828 - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
829 - ] ;
830 - spinmap:rule
831 - [ rdf:type spinmap:Mapping-1-1 ;
832 - spinmap:context :WBDev-WellBore ;
833 - spinmap:expression
834 - [ rdf:type spif:parseDate ;
835 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
836 - sp:arg1 spin:_arg1
837 - ] ;
838 - spinmap:sourcePredicate1
839 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ;
840 - spinmap:targetPredicate1
841 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
842 - ] ;
843 - spinmap:rule
844 - [ rdf:type spinmap:Mapping-1-1 ;
845 - spinmap:context :WBDev-WellBore ;
846 - spinmap:expression spin:_arg1 ;
847 - spinmap:sourcePredicate1
848 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ;
849 - spinmap:targetPredicate1
850 - <http://www.reportinghub.no/schema/npd#name>
851 - ] ;
852 - spinmap:rule
853 - [ rdf:type spinmap:Mapping-1-1 ;
854 - spinmap:context :WBDev-WellBore ;
855 - spinmap:expression
856 - [ rdf:type spinmapl:resourceWithValue ;
857 - sp:arg1 spin:_arg1 ;
858 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
859 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
860 - ] ;
861 - spinmap:sourcePredicate1
862 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ;
863 - spinmap:targetPredicate1
864 - <http://www.reportinghub.no/schema/npd#drillingOperator>
865 - ] ;
866 - spinmap:rule
867 - [ rdf:type spinmap:Mapping-0-1 ;
868 - spinmap:context :WBDev-Well ;
869 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
870 - spinmap:targetPredicate1
871 - rdf:type
872 - ] ;
873 - spinmap:rule
874 - [ rdf:type spinmap:Mapping-1-1 ;
875 - spinmap:context :WBDev-WellBore ;
876 - spinmap:expression spin:_arg1 ;
877 - spinmap:sourcePredicate1
878 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ;
879 - spinmap:targetPredicate1
880 - <http://www.reportinghub.no/schema/npd#id>
881 - ] ;
882 - spinmap:rule
883 - [ rdf:type spinmap:Mapping-1-1 ;
884 - spinmap:context :WBDev-Well ;
885 - spinmap:expression spin:_arg1 ;
886 - spinmap:sourcePredicate1
887 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
888 - spinmap:targetPredicate1
889 - <http://www.reportinghub.no/schema/npd#name>
890 - ] ;
891 - spinmap:rule
892 - [ rdf:type spinmap:Mapping-1-1 ;
893 - spinmap:context :WBDev-WellBore ;
894 - spinmap:expression
895 - [ rdf:type spif:parseDate ;
896 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
897 - sp:arg1 spin:_arg1
898 - ] ;
899 - spinmap:sourcePredicate1
900 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ;
901 - spinmap:targetPredicate1
902 - <http://www.reportinghub.no/schema/npd#startDate>
903 - ] ;
904 - spinmap:rule
905 - [ rdf:type spinmap:Mapping-1-1 ;
906 - spinmap:context :WBDev-Well ;
907 - spinmap:expression
908 - [ rdf:type rhspin:fieldById ;
909 - arg:id spin:_arg1
910 - ] ;
911 - spinmap:sourcePredicate1
912 - <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ;
913 - spinmap:targetPredicate1
914 - <http://www.reportinghub.no/schema/npd#wellPartOfField>
915 - ] ;
916 - spinmap:rule
917 - [ rdf:type spinmap:Mapping-1-1 ;
918 - spinmap:context :WBDev-WellBore ;
919 - spinmap:expression
920 - [ rdf:type rhspin:facilityById ;
921 - arg:id spin:_arg1
922 - ] ;
923 - spinmap:sourcePredicate1
924 - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ;
925 - spinmap:targetPredicate1
926 - <http://www.reportinghub.no/schema/npd#drillingFacility>
927 - ] ;
928 - spinmap:rule
929 - [ rdf:type spinmap:Mapping-0-1 ;
930 - spinmap:context :WBDev-WellBore ;
931 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
932 - spinmap:targetPredicate1
933 - rdf:type
934 - ] ;
935 - spinmap:rule
936 - [ rdf:type spinmap:Mapping-1-1 ;
937 - spinmap:context :WBDev-WellBore ;
938 - spinmap:expression spin:_arg1 ;
939 - spinmap:sourcePredicate1
940 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ;
941 - spinmap:targetPredicate1
942 - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
943 - ] ;
944 - spinmap:rule
945 - [ rdf:type spinmap:Mapping-1-1 ;
946 - spinmap:context :WBDev-WellBore ;
947 - spinmap:expression
948 - [ rdf:type spinmapl:resourceWithValue ;
949 - sp:arg1 spin:_arg1 ;
950 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
951 - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
952 - ] ;
953 - spinmap:sourcePredicate1
954 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ;
955 - spinmap:targetPredicate1
956 - <http://www.reportinghub.no/schema/npd#wellBoreContent>
957 - ] ;
958 - spinmap:rule
959 - [ rdf:type spinmap:Mapping-1-1 ;
960 - spinmap:context :WBDev-WellBore ;
961 - spinmap:expression
962 - [ rdf:type spinmapl:resourceWithValue ;
963 - sp:arg1 spin:_arg1 ;
964 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
965 - spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose>
966 - ] ;
967 - spinmap:sourcePredicate1
968 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ;
969 - spinmap:targetPredicate1
970 - <http://www.reportinghub.no/schema/npd#wellBorePurpose>
971 - ] ;
972 - spinmap:rule
973 - [ rdf:type spinmap:Mapping-1-1 ;
974 - spinmap:context :WBDev-WellBore ;
975 - spinmap:expression spin:_arg1 ;
976 - spinmap:sourcePredicate1
977 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ;
978 - spinmap:targetPredicate1
979 - <http://www.reportinghub.no/schema/npd#wellBoreType>
980 - ] ;
981 - spinmap:rule
982 - [ rdf:type spinmap:Mapping-1-1 ;
983 - spinmap:context :WBDev-WellBore ;
984 - spinmap:expression
985 - [ rdf:type rhspin:wellByName ;
986 - arg:wellName spin:_arg1
987 - ] ;
988 - spinmap:sourcePredicate1
989 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
990 - spinmap:targetPredicate1
991 - <http://www.reportinghub.no/schema/npd#partOfWell>
992 - ] .
993 -
994 -<file:///www.reportinghub.no/transform/npd/wbexp#WBExp>
995 - spinmap:rule
996 - [ rdf:type spinmap:Mapping-1-1 ;
997 - spinmap:context :WBExp-WellBore ;
998 - spinmap:expression
999 - [ rdf:type spinmapl:resourceWithValue ;
1000 - sp:arg1 spin:_arg1 ;
1001 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1002 - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
1003 - ] ;
1004 - spinmap:sourcePredicate1
1005 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ;
1006 - spinmap:targetPredicate1
1007 - <http://www.reportinghub.no/schema/npd#wellBoreContent>
1008 - ] ;
1009 - spinmap:rule
1010 - [ rdf:type spinmap:Mapping-0-1 ;
1011 - spinmap:context :WBExp-Well ;
1012 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1013 - spinmap:targetPredicate1
1014 - rdf:type
1015 - ] ;
1016 - spinmap:rule
1017 - [ rdf:type spinmap:Mapping-1-1 ;
1018 - spinmap:context :WBExp-WellBore ;
1019 - spinmap:expression spin:_arg1 ;
1020 - spinmap:sourcePredicate1
1021 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ;
1022 - spinmap:targetPredicate1
1023 - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
1024 - ] ;
1025 - spinmap:rule
1026 - [ rdf:type spinmap:Mapping-1-1 ;
1027 - spinmap:context :WBExp-WellBore ;
1028 - spinmap:expression
1029 - [ rdf:type rhspin:facilityById ;
1030 - arg:id spin:_arg1
1031 - ] ;
1032 - spinmap:sourcePredicate1
1033 - <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ;
1034 - spinmap:targetPredicate1
1035 - <http://www.reportinghub.no/schema/npd#drillingFacility>
1036 - ] ;
1037 - spinmap:rule
1038 - [ rdf:type spinmap:Mapping-1-1 ;
1039 - spinmap:context :WBExp-WellBore ;
1040 - spinmap:expression
1041 - [ rdf:type rhspin:wellByName ;
1042 - arg:wellName spin:_arg1
1043 - ] ;
1044 - spinmap:sourcePredicate1
1045 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1046 - spinmap:targetPredicate1
1047 - <http://www.reportinghub.no/schema/npd#partOfWell>
1048 - ] ;
1049 - spinmap:rule
1050 - [ rdf:type spinmap:Mapping-1-1 ;
1051 - spinmap:context :WBExp-WellBore ;
1052 - spinmap:expression
1053 - [ rdf:type spif:parseDate ;
1054 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
1055 - sp:arg1 spin:_arg1
1056 - ] ;
1057 - spinmap:sourcePredicate1
1058 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ;
1059 - spinmap:targetPredicate1
1060 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1061 - ] ;
1062 - spinmap:rule
1063 - [ rdf:type spinmap:Mapping-1-1 ;
1064 - spinmap:context :WBExp-WellBore ;
1065 - spinmap:expression
1066 - [ rdf:type spinmapl:resourceWithValue ;
1067 - sp:arg1 spin:_arg1 ;
1068 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1069 - spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose>
1070 - ] ;
1071 - spinmap:sourcePredicate1
1072 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ;
1073 - spinmap:targetPredicate1
1074 - <http://www.reportinghub.no/schema/npd#wellBorePurpose>
1075 - ] ;
1076 - spinmap:rule
1077 - [ rdf:type spinmap:Mapping-1-1 ;
1078 - spinmap:context :WBExp-Well ;
1079 - spinmap:expression spin:_arg1 ;
1080 - spinmap:sourcePredicate1
1081 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1082 - spinmap:targetPredicate1
1083 - <http://www.reportinghub.no/schema/npd#name>
1084 - ] ;
1085 - spinmap:rule
1086 - [ rdf:type spinmap:Mapping-1-1 ;
1087 - spinmap:context :WBExp-Well ;
1088 - spinmap:expression
1089 - [ rdf:type rhspin:fieldById ;
1090 - arg:id spin:_arg1
1091 - ] ;
1092 - spinmap:sourcePredicate1
1093 - <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ;
1094 - spinmap:targetPredicate1
1095 - <http://www.reportinghub.no/schema/npd#wellPartOfField>
1096 - ] ;
1097 - spinmap:rule
1098 - [ rdf:type spinmap:Mapping-1-1 ;
1099 - spinmap:context :WBExp-WellBore ;
1100 - spinmap:expression
1101 - [ rdf:type rhspin:licenceById ;
1102 - arg:id spin:_arg1
1103 - ] ;
1104 - spinmap:sourcePredicate1
1105 - <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ;
1106 - spinmap:targetPredicate1
1107 - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
1108 - ] ;
1109 - spinmap:rule
1110 - [ rdf:type spinmap:Mapping-1-1 ;
1111 - spinmap:context :WBExp-WellBore ;
1112 - spinmap:expression
1113 - [ rdf:type spif:parseDate ;
1114 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
1115 - sp:arg1 spin:_arg1
1116 - ] ;
1117 - spinmap:sourcePredicate1
1118 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ;
1119 - spinmap:targetPredicate1
1120 - <http://www.reportinghub.no/schema/npd#startDate>
1121 - ] ;
1122 - spinmap:rule
1123 - [ rdf:type spinmap:Mapping-1-1 ;
1124 - spinmap:context :WBExp-WellBore ;
1125 - spinmap:expression spin:_arg1 ;
1126 - spinmap:sourcePredicate1
1127 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ;
1128 - spinmap:targetPredicate1
1129 - <http://www.reportinghub.no/schema/npd#id>
1130 - ] ;
1131 - spinmap:rule
1132 - [ rdf:type spinmap:Mapping-1-1 ;
1133 - spinmap:context :WBExp-WellBore ;
1134 - spinmap:expression
1135 - [ rdf:type spinmapl:resourceWithValue ;
1136 - sp:arg1 spin:_arg1 ;
1137 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1138 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1139 - ] ;
1140 - spinmap:sourcePredicate1
1141 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ;
1142 - spinmap:targetPredicate1
1143 - <http://www.reportinghub.no/schema/npd#drillingOperator>
1144 - ] ;
1145 - spinmap:rule
1146 - [ rdf:type spinmap:Mapping-1-1 ;
1147 - spinmap:context :WBExp-WellBore ;
1148 - spinmap:expression spin:_arg1 ;
1149 - spinmap:sourcePredicate1
1150 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ;
1151 - spinmap:targetPredicate1
1152 - <http://www.reportinghub.no/schema/npd#name>
1153 - ] ;
1154 - spinmap:rule
1155 - [ rdf:type spinmap:Mapping-0-1 ;
1156 - spinmap:context :WBExp-WellBore ;
1157 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1158 - spinmap:targetPredicate1
1159 - rdf:type
1160 - ] ;
1161 - spinmap:rule
1162 - [ rdf:type spinmap:Mapping-1-1 ;
1163 - spinmap:context :WBExp-WellBore ;
1164 - spinmap:expression spin:_arg1 ;
1165 - spinmap:sourcePredicate1
1166 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ;
1167 - spinmap:targetPredicate1
1168 - <http://www.reportinghub.no/schema/npd#wellBoreType>
1169 - ] .
1170 -
1171 -<file:///www.reportinghub.no/transform/npd/wbid#WBId>
1172 - spinmap:rule
1173 - [ rdf:type spinmap:Mapping-1-1 ;
1174 - spinmap:context :WBId-WellBore ;
1175 - spinmap:expression
1176 - [ rdf:type rhspin:wellByName ;
1177 - arg:wellName spin:_arg1
1178 - ] ;
1179 - spinmap:sourcePredicate1
1180 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1181 - spinmap:targetPredicate1
1182 - <http://www.reportinghub.no/schema/npd#partOfWell>
1183 - ] ;
1184 - spinmap:rule
1185 - [ rdf:type spinmap:Mapping-1-1 ;
1186 - spinmap:context :WBId-WellBore ;
1187 - spinmap:expression spin:_arg1 ;
1188 - spinmap:sourcePredicate1
1189 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ;
1190 - spinmap:targetPredicate1
1191 - <http://www.reportinghub.no/schema/npd#name>
1192 - ] ;
1193 - spinmap:rule
1194 - [ rdf:type spinmap:Mapping-1-1 ;
1195 - spinmap:context :WBId-WellBore ;
1196 - spinmap:expression spin:_arg1 ;
1197 - spinmap:sourcePredicate1
1198 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ;
1199 - spinmap:targetPredicate1
1200 - <http://www.reportinghub.no/schema/npd#wellBoreType>
1201 - ] ;
1202 - spinmap:rule
1203 - [ rdf:type spinmap:Mapping-1-1 ;
1204 - spinmap:context :WBId-WellBore ;
1205 - spinmap:expression spin:_arg1 ;
1206 - spinmap:sourcePredicate1
1207 - <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ;
1208 - spinmap:targetPredicate1
1209 - <http://www.reportinghub.no/schema/npd#id>
1210 - ] ;
1211 - spinmap:rule
1212 - [ rdf:type spinmap:Mapping-0-1 ;
1213 - spinmap:context :WBId-WellBore ;
1214 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1215 - spinmap:targetPredicate1
1216 - rdf:type
1217 - ] ;
1218 - spinmap:rule
1219 - [ rdf:type spinmap:Mapping-1-1 ;
1220 - spinmap:context :WBId-Well ;
1221 - spinmap:expression spin:_arg1 ;
1222 - spinmap:sourcePredicate1
1223 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1224 - spinmap:targetPredicate1
1225 - <http://www.reportinghub.no/schema/npd#name>
1226 - ] ;
1227 - spinmap:rule
1228 - [ rdf:type spinmap:Mapping-0-1 ;
1229 - spinmap:context :WBId-Well ;
1230 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1231 - spinmap:targetPredicate1
1232 - rdf:type
1233 - ] .
1234 -
1235 -<file:///www.reportinghub.no/transform/npd/wbsha#WBSha>
1236 - spinmap:rule
1237 - [ rdf:type spinmap:Mapping-1-1 ;
1238 - spinmap:context :WBSha-WellBore ;
1239 - spinmap:expression
1240 - [ rdf:type rhspin:wellByName ;
1241 - arg:wellName spin:_arg1
1242 - ] ;
1243 - spinmap:sourcePredicate1
1244 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1245 - spinmap:targetPredicate1
1246 - <http://www.reportinghub.no/schema/npd#partOfWell>
1247 - ] ;
1248 - spinmap:rule
1249 - [ rdf:type spinmap:Mapping-1-1 ;
1250 - spinmap:context :WBSha-WellBore ;
1251 - spinmap:expression spin:_arg1 ;
1252 - spinmap:sourcePredicate1
1253 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ;
1254 - spinmap:targetPredicate1
1255 - <http://www.reportinghub.no/schema/npd#name>
1256 - ] ;
1257 - spinmap:rule
1258 - [ rdf:type spinmap:Mapping-0-1 ;
1259 - spinmap:context :WBSha-WellBore ;
1260 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1261 - spinmap:targetPredicate1
1262 - rdf:type
1263 - ] ;
1264 - spinmap:rule
1265 - [ rdf:type spinmap:Mapping-1-1 ;
1266 - spinmap:context :WBSha-WellBore ;
1267 - spinmap:expression
1268 - [ rdf:type spinmapl:resourceWithValue ;
1269 - sp:arg1 spin:_arg1 ;
1270 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1271 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1272 - ] ;
1273 - spinmap:sourcePredicate1
1274 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ;
1275 - spinmap:targetPredicate1
1276 - <http://www.reportinghub.no/schema/npd#drillingOperator>
1277 - ] ;
1278 - spinmap:rule
1279 - [ rdf:type spinmap:Mapping-1-1 ;
1280 - spinmap:context :WBSha-WellBore ;
1281 - spinmap:expression
1282 - [ rdf:type spinmapl:resourceWithValue ;
1283 - sp:arg1 spin:_arg1 ;
1284 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1285 - spinmapl:type <http://www.reportinghub.no/schema/npd#Licence>
1286 - ] ;
1287 - spinmap:sourcePredicate1
1288 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ;
1289 - spinmap:targetPredicate1
1290 - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
1291 - ] ;
1292 - spinmap:rule
1293 - [ rdf:type spinmap:Mapping-1-1 ;
1294 - spinmap:context :WBSha-Well ;
1295 - spinmap:expression spin:_arg1 ;
1296 - spinmap:sourcePredicate1
1297 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1298 - spinmap:targetPredicate1
1299 - <http://www.reportinghub.no/schema/npd#name>
1300 - ] ;
1301 - spinmap:rule
1302 - [ rdf:type spinmap:Mapping-1-1 ;
1303 - spinmap:context :WBSha-WellBore ;
1304 - spinmap:expression spin:_arg1 ;
1305 - spinmap:sourcePredicate1
1306 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ;
1307 - spinmap:targetPredicate1
1308 - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
1309 - ] ;
1310 - spinmap:rule
1311 - [ rdf:type spinmap:Mapping-0-1 ;
1312 - spinmap:context :WBSha-Well ;
1313 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1314 - spinmap:targetPredicate1
1315 - rdf:type
1316 - ] ;
1317 - spinmap:rule
1318 - [ rdf:type spinmap:Mapping-1-1 ;
1319 - spinmap:context :WBSha-WellBore ;
1320 - spinmap:expression
1321 - [ rdf:type spif:parseDate ;
1322 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
1323 - sp:arg1 spin:_arg1
1324 - ] ;
1325 - spinmap:sourcePredicate1
1326 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ;
1327 - spinmap:targetPredicate1
1328 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1329 - ] ;
1330 - spinmap:rule
1331 - [ rdf:type spinmap:Mapping-1-1 ;
1332 - spinmap:context :WBSha-WellBore ;
1333 - spinmap:expression
1334 - [ rdf:type spif:parseDate ;
1335 - arg:pattern "dd.MM.yyyy"^^xsd:string ;
1336 - sp:arg1 spin:_arg1
1337 - ] ;
1338 - spinmap:sourcePredicate1
1339 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ;
1340 - spinmap:targetPredicate1
1341 - <http://www.reportinghub.no/schema/npd#startDate>
1342 - ] ;
1343 - spinmap:rule
1344 - [ rdf:type spinmap:Mapping-1-1 ;
1345 - spinmap:context :WBSha-WellBore ;
1346 - spinmap:expression spin:_arg1 ;
1347 - spinmap:sourcePredicate1
1348 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ;
1349 - spinmap:targetPredicate1
1350 - <http://www.reportinghub.no/schema/npd#id>
1351 - ] .
1352 -
1353 -arg:well
1354 - rdfs:subPropertyOf sp:arg .
1355 -
1356 -arg:wellBoreName
1357 - rdfs:subPropertyOf sp:arg .
1358 -
1359 -arg:wellName
1360 - rdfs:subPropertyOf sp:arg .
1361 -
1362 -<http://www.reportinghub.no/schema/npd#ParcellBAA>
1363 - :baaKind "PARCELL"^^xsd:string .
1364 -
1365 -<http://www.reportinghub.no/schema/npd#SeismicAreaBAA>
1366 - :baaKind "SEISMIC AREA"^^xsd:string .
1367 -
1368 -<http://www.reportinghub.no/schema/npd#SlidingScaleBAA>
1369 - :baaKind "SLIDING SCALE"^^xsd:string .
1370 -
1371 -<http://www.reportinghub.no/schema/npd#UnitizedBAA>
1372 - :baaKind "UNITIZED"^^xsd:string .
1373 -
1374 -<http://www.reportinghub.no/transform/spreadsheets2npd>
1375 - rdf:type owl:Ontology ;
1376 - rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ;
1377 - owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/wbsha> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> ;
1378 - owl:versionInfo "0.1.0"^^xsd:string .
1379 -
1380 -:BAA-BusinessArrangementArea
1381 - rdf:type spinmap:Context ;
1382 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/baa#BAA> ;
1383 - spinmap:target
1384 - [ rdf:type :buildBAAURI ;
1385 - spinmap:source spinmap:_source
1386 - ] ;
1387 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> .
1388 -
1389 -:BAALicensee-ShareOfBAA
1390 - rdf:type spinmap:Context ;
1391 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> ;
1392 - spinmap:target
1393 - [ rdf:type :buildShareOfBAAURI ;
1394 - spinmap:source
1395 - [ sp:varName "source"^^xsd:string
1396 - ]
1397 - ] ;
1398 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfBAA> .
1399 -
1400 -:Company-Company
1401 - rdf:type spinmap:Context ;
1402 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/company#Company> ;
1403 - spinmap:target
1404 - [ rdf:type :buildCompanyURI ;
1405 - spinmap:source spinmap:_source
1406 - ] ;
1407 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#OperatingCompany> .
1408 -
1409 -:Company-ParentCompany
1410 - rdf:type spinmap:Context ;
1411 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/company#Company> ;
1412 - spinmap:target
1413 - [ rdf:type :buildParentCompanyURI ;
1414 - spinmap:source spinmap:_source
1415 - ] ;
1416 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ParentCompany> .
1417 -
1418 -:Discovery-Discovery
1419 - rdf:type spinmap:Context ;
1420 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/discovery#Discovery> ;
1421 - spinmap:target
1422 - [ rdf:type :buildDiscoveryURI ;
1423 - spinmap:source spinmap:_source
1424 - ] ;
1425 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Discovery> .
1426 -
1427 -:FacilityFixed-FixedFacility
1428 - rdf:type spinmap:Context ;
1429 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> ;
1430 - spinmap:target
1431 - [ rdf:type :buildFacilityURI ;
1432 - sp:arg1 <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ;
1433 - spinmap:source spinmap:_source
1434 - ] ;
1435 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#FixedFacility> .
1436 -
1437 -:FacilityMoveable-MoveableFacility
1438 - rdf:type spinmap:Context ;
1439 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> ;
1440 - spinmap:target
1441 - [ rdf:type :buildFacilityURI ;
1442 - sp:arg1 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ;
1443 - spinmap:source spinmap:_source
1444 - ] ;
1445 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#MoveableFacility> .
1446 -
1447 -:Field-Field
1448 - rdf:type spinmap:Context ;
1449 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/field#Field> ;
1450 - spinmap:target
1451 - [ rdf:type :buildFieldURI ;
1452 - spinmap:source spinmap:_source
1453 - ] ;
1454 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Field> .
1455 -
1456 -:License-License
1457 - rdf:type spinmap:Context ;
1458 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/licence#Licence> ;
1459 - spinmap:target
1460 - [ rdf:type :buildLicenceURI ;
1461 - spinmap:source spinmap:_source
1462 - ] ;
1463 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Licence> .
1464 -
1465 -:Licensee-ShareOfLicence
1466 - rdf:type spinmap:Context ;
1467 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/licensee#Licensee> ;
1468 - spinmap:target
1469 - [ rdf:type :buildShareOfLicenceURI ;
1470 - spinmap:source
1471 - [ sp:varName "source"^^xsd:string
1472 - ]
1473 - ] ;
1474 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfLicence> .
1475 -
1476 -:TUFOperator-TUF
1477 - rdf:type spinmap:Context ;
1478 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> ;
1479 - spinmap:target
1480 - [ rdf:type :buildTUFURI ;
1481 - spinmap:source spinmap:_source
1482 - ] ;
1483 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#TUF> .
1484 -
1485 -:WBDev-Well
1486 - rdf:type spinmap:Context ;
1487 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ;
1488 - spinmap:target
1489 - [ rdf:type :buildDevWellURI ;
1490 - spinmap:source spinmap:_source
1491 - ] ;
1492 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1493 -
1494 -:WBDev-WellBore
1495 - rdf:type spinmap:Context ;
1496 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ;
1497 - spinmap:target
1498 - [ rdf:type :buildDevWellBoreURI ;
1499 - spinmap:source spinmap:_source
1500 - ] ;
1501 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1502 -
1503 -:WBExp-Well
1504 - rdf:type spinmap:Context ;
1505 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ;
1506 - spinmap:target
1507 - [ rdf:type :buildExpWellURI ;
1508 - spinmap:source spinmap:_source
1509 - ] ;
1510 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1511 -
1512 -:WBExp-WellBore
1513 - rdf:type spinmap:Context ;
1514 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ;
1515 - spinmap:target
1516 - [ rdf:type :buildExpWellBoreURI ;
1517 - spinmap:source spinmap:_source
1518 - ] ;
1519 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1520 -
1521 -:WBId-Well
1522 - rdf:type spinmap:Context ;
1523 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ;
1524 - spinmap:target
1525 - [ rdf:type :buildIdWellURI ;
1526 - spinmap:source
1527 - [ sp:varName "source"^^xsd:string
1528 - ]
1529 - ] ;
1530 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1531 -
1532 -:WBId-WellBore
1533 - rdf:type spinmap:Context ;
1534 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ;
1535 - spinmap:target
1536 - [ rdf:type :buildIdWellBoreURI ;
1537 - spinmap:source spinmap:_source
1538 - ] ;
1539 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1540 -
1541 -:WBSha-Well
1542 - rdf:type spinmap:Context ;
1543 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ;
1544 - spinmap:target
1545 - [ rdf:type :buildShaWellURI ;
1546 - spinmap:source spinmap:_source
1547 - ] ;
1548 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1549 -
1550 -:WBSha-WellBore
1551 - rdf:type spinmap:Context ;
1552 - spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ;
1553 - spinmap:target
1554 - [ rdf:type :buildShaWellBoreURI ;
1555 - spinmap:source spinmap:_source
1556 - ] ;
1557 - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1558 -
1559 -:baaKind
1560 - rdf:type rdf:Property ;
1561 - rdfs:label "baa kind"^^xsd:string .
1562 -
1563 -:buildBAAURI
1564 - rdf:type spinmap:TargetFunction ;
1565 - rdfs:label "build BAA URI"^^xsd:string ;
1566 - rdfs:subClassOf spinmap:TargetFunctions ;
1567 - spin:body
1568 - [ rdf:type sp:Select ;
1569 - sp:resultVariables ([ rdf:type rhspin:baaById ;
1570 - arg:id [ rdf:type spl:object ;
1571 - sp:arg1 [ sp:varName "source"^^xsd:string
1572 - ] ;
1573 - sp:arg2 <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea>
1574 - ]
1575 - ]) ;
1576 - sp:where ()
1577 - ] .
1578 -
1579 -:buildCompanyURI
1580 - rdf:type spinmap:TargetFunction ;
1581 - rdfs:label "build company URI"^^xsd:string ;
1582 - rdfs:subClassOf spinmap:TargetFunctions ;
1583 - spin:body
1584 - [ rdf:type sp:Select ;
1585 - sp:resultVariables ([ rdf:type rhspin:companyById ;
1586 - arg:id [ rdf:type spl:object ;
1587 - sp:arg1 [ sp:varName "source"^^xsd:string
1588 - ] ;
1589 - sp:arg2 <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany>
1590 - ]
1591 - ]) ;
1592 - sp:where ()
1593 - ] .
1594 -
1595 -:buildDevWellBoreURI
1596 - rdf:type spinmap:TargetFunction ;
1597 - rdfs:label "build development well bore URI"^^xsd:string ;
1598 - rdfs:subClassOf spinmap:TargetFunctions ;
1599 - spin:body
1600 - [ rdf:type sp:Select ;
1601 - sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1602 - arg:wellBoreName
1603 - [ rdf:type spl:object ;
1604 - sp:arg1 [ sp:varName "source"^^xsd:string
1605 - ] ;
1606 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName>
1607 - ]
1608 - ]) ;
1609 - sp:where ()
1610 - ] ;
1611 - spin:returnType rdfs:Resource .
1612 -
1613 -:buildDevWellURI
1614 - rdf:type spinmap:TargetFunction ;
1615 - rdfs:label "build dev well URI"^^xsd:string ;
1616 - rdfs:subClassOf spinmap:TargetFunctions ;
1617 - spin:body
1618 - [ rdf:type sp:Select ;
1619 - sp:resultVariables ([ rdf:type rhspin:wellByName ;
1620 - arg:wellName
1621 - [ rdf:type spl:object ;
1622 - sp:arg1 [ sp:varName "source"^^xsd:string
1623 - ] ;
1624 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell>
1625 - ]
1626 - ]) ;
1627 - sp:where ()
1628 - ] ;
1629 - spin:returnType rdfs:Resource .
1630 -
1631 -:buildDiscoveryURI
1632 - rdf:type spinmap:TargetFunction ;
1633 - rdfs:label "build Discovery URI"^^xsd:string ;
1634 - rdfs:subClassOf spinmap:TargetFunctions ;
1635 - spin:body
1636 - [ rdf:type sp:Select ;
1637 - sp:resultVariables ([ rdf:type rhspin:discoveryById ;
1638 - arg:id [ rdf:type spl:object ;
1639 - sp:arg1 [ sp:varName "source"^^xsd:string
1640 - ] ;
1641 - sp:arg2 <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery>
1642 - ]
1643 - ]) ;
1644 - sp:where ()
1645 - ] .
1646 -
1647 -:buildExpWellBoreURI
1648 - rdf:type spinmap:TargetFunction ;
1649 - rdfs:label "build exploration well bore URI"^^xsd:string ;
1650 - rdfs:subClassOf spinmap:TargetFunctions ;
1651 - spin:body
1652 - [ rdf:type sp:Select ;
1653 - sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1654 - arg:wellBoreName
1655 - [ rdf:type spl:object ;
1656 - sp:arg1 [ sp:varName "source"^^xsd:string
1657 - ] ;
1658 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName>
1659 - ]
1660 - ]) ;
1661 - sp:where ()
1662 - ] ;
1663 - spin:returnType rdfs:Resource .
1664 -
1665 -:buildExpWellURI
1666 - rdf:type spinmap:TargetFunction ;
1667 - rdfs:label "build exp well URI"^^xsd:string ;
1668 - rdfs:subClassOf spinmap:TargetFunctions ;
1669 - spin:body
1670 - [ rdf:type sp:Select ;
1671 - sp:resultVariables ([ rdf:type rhspin:wellByName ;
1672 - arg:wellName
1673 - [ rdf:type spl:object ;
1674 - sp:arg1 [ sp:varName "source"^^xsd:string
1675 - ] ;
1676 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell>
1677 - ]
1678 - ]) ;
1679 - sp:where ()
1680 - ] ;
1681 - spin:returnType rdfs:Resource .
1682 -
1683 -:buildFacilityURI
1684 - rdf:type spinmap:TargetFunction ;
1685 - rdfs:label "build facility URI"^^xsd:string ;
1686 - rdfs:subClassOf spinmap:TargetFunctions ;
1687 - spin:body
1688 - [ rdf:type sp:Select ;
1689 - sp:resultVariables ([ rdf:type rhspin:facilityById ;
1690 - arg:id [ rdf:type spl:object ;
1691 - sp:arg1 [ sp:varName "source"^^xsd:string
1692 - ] ;
1693 - sp:arg2 spin:_arg1
1694 - ]
1695 - ]) ;
1696 - sp:where ()
1697 - ] ;
1698 - spin:constraint
1699 - [ rdf:type spl:Argument ;
1700 - rdfs:comment "The property holding the facility id at source."^^xsd:string ;
1701 - spl:predicate sp:arg1 ;
1702 - spl:valueType rdf:Property
1703 - ] .
1704 -
1705 -:buildFieldURI
1706 - rdf:type spinmap:TargetFunction ;
1707 - rdfs:label "build field URI"^^xsd:string ;
1708 - rdfs:subClassOf spinmap:TargetFunctions ;
1709 - spin:body
1710 - [ rdf:type sp:Select ;
1711 - sp:resultVariables ([ rdf:type rhspin:fieldById ;
1712 - arg:id [ rdf:type spl:object ;
1713 - sp:arg1 [ sp:varName "source"^^xsd:string
1714 - ] ;
1715 - sp:arg2 <file:///www.reportinghub.no/transform/npd/field#fldNpdidField>
1716 - ]
1717 - ]) ;
1718 - sp:where ()
1719 - ] .
1720 -
1721 -:buildIdWellBoreURI
1722 - rdf:type spinmap:TargetFunction ;
1723 - rdfs:label "build id well bore URI"^^xsd:string ;
1724 - rdfs:subClassOf spinmap:TargetFunctions ;
1725 - spin:body
1726 - [ rdf:type sp:Select ;
1727 - sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1728 - arg:wellBoreName
1729 - [ rdf:type spl:object ;
1730 - sp:arg1 [ sp:varName "source"^^xsd:string
1731 - ] ;
1732 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName>
1733 - ]
1734 - ]) ;
1735 - sp:where ()
1736 - ] ;
1737 - spin:returnType rdfs:Resource .
1738 -
1739 -:buildIdWellURI
1740 - rdf:type spinmap:TargetFunction ;
1741 - rdfs:label "build id well URI"^^xsd:string ;
1742 - rdfs:subClassOf spinmap:TargetFunctions ;
1743 - spin:body
1744 - [ rdf:type sp:Select ;
1745 - sp:resultVariables ([ rdf:type rhspin:wellByName ;
1746 - arg:wellName
1747 - [ rdf:type spl:object ;
1748 - sp:arg1 [ sp:varName "source"^^xsd:string
1749 - ] ;
1750 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWell>
1751 - ]
1752 - ]) ;
1753 - sp:where ()
1754 - ] ;
1755 - spin:returnType rdfs:Resource .
1756 -
1757 -:buildLicenceURI
1758 - rdf:type spinmap:TargetFunction ;
1759 - rdfs:label "build licence URI"^^xsd:string ;
1760 - rdfs:subClassOf spinmap:TargetFunctions ;
1761 - spin:body
1762 - [ rdf:type sp:Select ;
1763 - sp:resultVariables ([ rdf:type rhspin:licenceById ;
1764 - arg:id [ rdf:type spl:object ;
1765 - sp:arg1 [ sp:varName "source"^^xsd:string
1766 - ] ;
1767 - sp:arg2 <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence>
1768 - ]
1769 - ]) ;
1770 - sp:where ()
1771 - ] .
1772 -
1773 -:buildParentCompanyURI
1774 - rdf:type spinmap:TargetFunction ;
1775 - rdfs:label "build parent company URI"^^xsd:string ;
1776 - rdfs:subClassOf spinmap:TargetFunctions ;
1777 - spin:body
1778 - [ rdf:type sp:Select ;
1779 - sp:resultVariables ([ rdf:type rhspin:parentCompanyByName ;
1780 - arg:name
1781 - [ rdf:type spl:object ;
1782 - sp:arg1 [ sp:varName "source"^^xsd:string
1783 - ] ;
1784 - sp:arg2 <file:///www.reportinghub.no/transform/npd/company#cmpGroup>
1785 - ]
1786 - ]) ;
1787 - sp:where ()
1788 - ] .
1789 -
1790 -:buildShaWellBoreURI
1791 - rdf:type spinmap:TargetFunction ;
1792 - rdfs:label "build shallow well bore URI"^^xsd:string ;
1793 - rdfs:subClassOf spinmap:TargetFunctions ;
1794 - spin:body
1795 - [ rdf:type sp:Select ;
1796 - sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1797 - arg:wellBoreName
1798 - [ rdf:type spl:object ;
1799 - sp:arg1 [ sp:varName "source"^^xsd:string
1800 - ] ;
1801 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName>
1802 - ]
1803 - ]) ;
1804 - sp:where ()
1805 - ] ;
1806 - spin:returnType rdfs:Resource .
1807 -
1808 -:buildShaWellURI
1809 - rdf:type spinmap:TargetFunction ;
1810 - rdfs:label "build sha well URI"^^xsd:string ;
1811 - rdfs:subClassOf spinmap:TargetFunctions ;
1812 - spin:body
1813 - [ rdf:type sp:Select ;
1814 - sp:resultVariables ([ rdf:type rhspin:wellByName ;
1815 - arg:wellName
1816 - [ rdf:type spl:object ;
1817 - sp:arg1 [ sp:varName "source"^^xsd:string
1818 - ] ;
1819 - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell>
1820 - ]
1821 - ]) ;
1822 - sp:where ()
1823 - ] ;
1824 - spin:returnType rdfs:Resource .
1825 -
1826 -:buildShareOfBAAURI
1827 - rdf:type spinmap:TargetFunction ;
1828 - rdfs:label "build ShareOfBAA URI"^^xsd:string ;
1829 - rdfs:subClassOf spinmap:TargetFunctions ;
1830 - spin:body
1831 - [ rdf:type sp:Select ;
1832 - sp:resultVariables ([ rdf:type sp:iri ;
1833 - sp:arg1 [ rdf:type fn:concat ;
1834 - sp:arg1 "https://www.reportinghub.no/data/npd/ShareOfBAA-" ;
1835 - sp:arg2 _:b1 ;
1836 - sp:arg3 "_" ;
1837 - sp:arg4 _:b2 ;
1838 - sp:arg5 "_" ;
1839 - sp:arg6 [ rdf:type spif:parseDate ;
1840 - arg:pattern "dd.MM.yyyy" ;
1841 - sp:arg1 _:b3
1842 - ]
1843 - ]
1844 - ]) ;
1845 - sp:where ([ sp:object _:b3 ;
1846 - sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ;
1847 - sp:subject _:b4
1848 - ] [ sp:object _:b5 ;
1849 - sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ;
1850 - sp:subject _:b4
1851 - ] [ sp:object _:b5 ;
1852 - sp:predicate <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ;
1853 - sp:subject _:b6
1854 - ] [ sp:object _:b1 ;
1855 - sp:predicate <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ;
1856 - sp:subject _:b6
1857 - ] [ sp:object _:b7 ;
1858 - sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ;
1859 - sp:subject _:b4
1860 - ] [ sp:object _:b7 ;
1861 - sp:predicate <file:///www.reportinghub.no/transform/npd/baa#baaName> ;
1862 - sp:subject _:b8
1863 - ] [ sp:object _:b2 ;
1864 - sp:predicate <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ;
1865 - sp:subject _:b8
1866 - ])
1867 - ] .
1868 -
1869 -:buildShareOfLicenceURI
1870 - rdf:type spinmap:TargetFunction ;
1871 - rdfs:label "build ShareOfLicence URI"^^xsd:string ;
1872 - rdfs:subClassOf spinmap:TargetFunctions ;
1873 - spin:body
1874 - [ rdf:type sp:Select ;
1875 - sp:resultVariables ([ rdf:type sp:iri ;
1876 - sp:arg1 [ rdf:type fn:concat ;
1877 - sp:arg1 "https://www.reportinghub.no/data/npd/ShareOfLicence-" ;
1878 - sp:arg2 _:b9 ;
1879 - sp:arg3 "_" ;
1880 - sp:arg4 _:b10 ;
1881 - sp:arg5 "_" ;
1882 - sp:arg6 [ rdf:type spif:parseDate ;
1883 - arg:pattern "dd.MM.yyyy" ;
1884 - sp:arg1 _:b11
1885 - ]
1886 - ]
1887 - ]) ;
1888 - sp:where ([ sp:object _:b11 ;
1889 - sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ;
1890 - sp:subject _:b12
1891 - ] [ sp:object _:b9 ;
1892 - sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ;
1893 - sp:subject _:b12
1894 - ] [ sp:object _:b10 ;
1895 - sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ;
1896 - sp:subject _:b12
1897 - ])
1898 - ] .
1899 -
1900 -:buildTUFURI
1901 - rdf:type spinmap:TargetFunction ;
1902 - rdfs:label "build TUF URI"^^xsd:string ;
1903 - rdfs:subClassOf spinmap:TargetFunctions ;
1904 - spin:body
1905 - [ rdf:type sp:Select ;
1906 - sp:resultVariables ([ rdf:type rhspin:tufById ;
1907 - arg:id [ rdf:type spl:object ;
1908 - sp:arg1 [ sp:varName "source"^^xsd:string
1909 - ] ;
1910 - sp:arg2 <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf>
1911 - ]
1912 - ]) ;
1913 - sp:where ()
1914 - ] .
1915 -
1916 -_:b1 sp:varName "companyId"^^xsd:string .
1917 -
1918 -_:b2 sp:varName "baaId"^^xsd:string .
1919 -
1920 -_:b3 sp:varName "startDate"^^xsd:string .
1921 -
1922 -_:b4 sp:varName "source"^^xsd:string .
1923 -
1924 -_:b5 sp:varName "companyName"^^xsd:string .
1925 -
1926 -_:b6 sp:varName "company"^^xsd:string .
1927 -
1928 -_:b7 sp:varName "baaName"^^xsd:string .
1929 -
1930 -_:b8 sp:varName "baa"^^xsd:string .
1931 -
1932 -_:b9 sp:varName "companyId"^^xsd:string .
1933 -
1934 -_:b10
1935 - sp:varName "licenceId"^^xsd:string .
1936 -
1937 -_:b11
1938 - sp:varName "startDate"^^xsd:string .
1939 -
1940 -_:b12
1941 - sp:varName "source"^^xsd:string .
1 -# baseURI: null
2 -
3 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix visual: <http://topbraid.org/visual#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -
12 -[] rdf:type inference:Configuration ;
13 - composite:child
14 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 - composite:index "1"^^xsd:int
16 - ] ;
17 - composite:child
18 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
19 - composite:index "0"^^xsd:int
20 - ] ;
21 - inference:completeMode
22 - "true"^^xsd:boolean ;
23 - inference:inferredMode
24 - "true"^^xsd:boolean .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/baa
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix baa: <file:///www.reportinghub.no/transform/npd/baa#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/baa>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -baa:BAA
16 - rdf:type owl:Class ;
17 - rdfs:label "BAA"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -baa:baaDateApproved
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain baa:BAA ;
23 - rdfs:label "baaDateApproved" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "2"^^xsd:int .
26 -
27 -baa:baaDateValidFrom
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain baa:BAA ;
30 - rdfs:label "baaDateValidFrom" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "3"^^xsd:int .
33 -
34 -baa:baaDateValidTo
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain baa:BAA ;
37 - rdfs:label "baaDateValidTo" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "4"^^xsd:int .
40 -
41 -baa:baaFactMapUrl
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain baa:BAA ;
44 - rdfs:label "baaFactMapUrl" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "6"^^xsd:int .
47 -
48 -baa:baaFactPageUrl
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain baa:BAA ;
51 - rdfs:label "baaFactPageUrl" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "5"^^xsd:int .
54 -
55 -baa:baaKind
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain baa:BAA ;
58 - rdfs:label "baaKind" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "1"^^xsd:int .
61 -
62 -baa:baaName
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain baa:BAA ;
65 - rdfs:label "baaName"^^xsd:string ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "0"^^xsd:int .
68 -
69 -baa:baaNpdidBsnsArrArea
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain baa:BAA ;
72 - rdfs:label "baaNpdidBsnsArrArea" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "7"^^xsd:int .
75 -
76 -baa:dateSyncNPD
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain baa:BAA ;
79 - rdfs:label "dateSyncNPD" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "8"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/baalicensee
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix baalicensee: <file:///www.reportinghub.no/transform/npd/baalicensee#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/baalicensee>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -baalicensee:BAALicensee
16 - rdf:type owl:Class ;
17 - rdfs:label "BAA Licensee"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -baalicensee:baaLicenseeDateValidFrom
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain baalicensee:BAALicensee ;
23 - rdfs:label "baaLicenseeDateValidFrom" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "1"^^xsd:int .
26 -
27 -baalicensee:baaLicenseeDateValidTo
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain baalicensee:BAALicensee ;
30 - rdfs:label "baaLicenseeDateValidTo" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "2"^^xsd:int .
33 -
34 -baalicensee:baaLicenseeInterest
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain baalicensee:BAALicensee ;
37 - rdfs:label "baaLicenseeInterest" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "4"^^xsd:int .
40 -
41 -baalicensee:baaLicenseeSdfi
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain baalicensee:BAALicensee ;
44 - rdfs:label "baaLicenseeSdfi" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "5"^^xsd:int .
47 -
48 -baalicensee:baaName
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain baalicensee:BAALicensee ;
51 - rdfs:label "baaName"^^xsd:string ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "0"^^xsd:int .
54 -
55 -baalicensee:cmpLongName
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain baalicensee:BAALicensee ;
58 - rdfs:label "cmpLongName" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "3"^^xsd:int .
61 -
62 -baalicensee:datesyncNPD
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain baalicensee:BAALicensee ;
65 - rdfs:label "DatesyncNPD" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "6"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/company
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix company: <file:///www.reportinghub.no/transform/npd/company#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/company>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -company:Company
16 - rdf:type owl:Class ;
17 - rdfs:label "Company"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -company:cmpGroup
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain company:Company ;
23 - rdfs:label "cmpGroup" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "2"^^xsd:int .
26 -
27 -company:cmpLicenceLicenseeCurrent
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain company:Company ;
30 - rdfs:label "cmpLicenceLicenseeCurrent" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "7"^^xsd:int .
33 -
34 -company:cmpLicenceLicenseeFormer
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain company:Company ;
37 - rdfs:label "cmpLicenceLicenseeFormer" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "8"^^xsd:int .
40 -
41 -company:cmpLicenceOperCurrent
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain company:Company ;
44 - rdfs:label "cmpLicenceOperCurrent" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "5"^^xsd:int .
47 -
48 -company:cmpLicenceOperFormer
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain company:Company ;
51 - rdfs:label "cmpLicenceOperFormer" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "6"^^xsd:int .
54 -
55 -company:cmpLongName
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain company:Company ;
58 - rdfs:label "cmpLongName"^^xsd:string ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "0"^^xsd:int .
61 -
62 -company:cmpNpdidCompany
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain company:Company ;
65 - rdfs:label "cmpNpdidCompany" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "4"^^xsd:int .
68 -
69 -company:cmpOrgNumberBrReg
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain company:Company ;
72 - rdfs:label "cmpOrgNumberBrReg" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "1"^^xsd:int .
75 -
76 -company:cmpShortName
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain company:Company ;
79 - rdfs:label "cmpShortName" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "3"^^xsd:int .
82 -
83 -company:dateSyncNPD
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain company:Company ;
86 - rdfs:label "dateSyncNPD" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "9"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/discovery
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix discovery: <file:///www.reportinghub.no/transform/npd/discovery#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/discovery>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -discovery:Discovery
16 - rdf:type owl:Class ;
17 - rdfs:label "discovery"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -discovery:cmpLongName2
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain discovery:Discovery ;
23 - rdfs:label "cmpLongName2" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "1"^^xsd:int .
26 -
27 -discovery:datesyncNPD
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain discovery:Discovery ;
30 - rdfs:label "DatesyncNPD" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "17"^^xsd:int .
33 -
34 -discovery:dscCurrentActivityStatus
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain discovery:Discovery ;
37 - rdfs:label "dscCurrentActivityStatus" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "2"^^xsd:int .
40 -
41 -discovery:dscDateFromInclInField
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain discovery:Discovery ;
44 - rdfs:label "dscDateFromInclInField" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "7"^^xsd:int .
47 -
48 -discovery:dscDiscoveryYear
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain discovery:Discovery ;
51 - rdfs:label "dscDiscoveryYear" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "8"^^xsd:int .
54 -
55 -discovery:dscFactMapUrl
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain discovery:Discovery ;
58 - rdfs:label "dscFactMapUrl" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "16"^^xsd:int .
61 -
62 -discovery:dscFactPageUrl
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain discovery:Discovery ;
65 - rdfs:label "dscFactPageUrl" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "15"^^xsd:int .
68 -
69 -discovery:dscHcType
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain discovery:Discovery ;
72 - rdfs:label "dscHcType" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "3"^^xsd:int .
75 -
76 -discovery:dscName
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain discovery:Discovery ;
79 - rdfs:label "dscName"^^xsd:string ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "0"^^xsd:int .
82 -
83 -discovery:dscNpdidDiscovery
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain discovery:Discovery ;
86 - rdfs:label "dscNpdidDiscovery" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "12"^^xsd:int .
89 -
90 -discovery:dscOwnerKind
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain discovery:Discovery ;
93 - rdfs:label "dscOwnerKind" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "10"^^xsd:int .
96 -
97 -discovery:dscOwnerName
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain discovery:Discovery ;
100 - rdfs:label "dscOwnerName" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "11"^^xsd:int .
103 -
104 -discovery:dscResInclInDiscoveryName
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain discovery:Discovery ;
107 - rdfs:label "dscResInclInDiscoveryName" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "9"^^xsd:int .
110 -
111 -discovery:fldName
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain discovery:Discovery ;
114 - rdfs:label "fldName" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "6"^^xsd:int .
117 -
118 -discovery:fldNpdidField
119 - rdf:type owl:DatatypeProperty ;
120 - rdfs:domain discovery:Discovery ;
121 - rdfs:label "fldNpdidField" ;
122 - rdfs:range xsd:string ;
123 - tables:columnIndex "13"^^xsd:int .
124 -
125 -discovery:nmaName
126 - rdf:type owl:DatatypeProperty ;
127 - rdfs:domain discovery:Discovery ;
128 - rdfs:label "nmaName" ;
129 - rdfs:range xsd:string ;
130 - tables:columnIndex "5"^^xsd:int .
131 -
132 -discovery:wlbName
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain discovery:Discovery ;
135 - rdfs:label "wlbName" ;
136 - rdfs:range xsd:string ;
137 - tables:columnIndex "4"^^xsd:int .
138 -
139 -discovery:wlbNpdidWellbore
140 - rdf:type owl:DatatypeProperty ;
141 - rdfs:domain discovery:Discovery ;
142 - rdfs:label "wlbNpdidWellbore" ;
143 - rdfs:range xsd:string ;
144 - tables:columnIndex "14"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/facilityfixed
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix facilityfixed: <file:///www.reportinghub.no/transform/npd/facilityfixed#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/facilityfixed>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -facilityfixed:FacilityFixed
16 - rdf:type owl:Class ;
17 - rdfs:label "FacilityFixed"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -facilityfixed:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain facilityfixed:FacilityFixed ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "24"^^xsd:int .
26 -
27 -facilityfixed:fclBelongsToKind
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain facilityfixed:FacilityFixed ;
30 - rdfs:label "fclBelongsToKind" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "6"^^xsd:int .
33 -
34 -facilityfixed:fclBelongsToName
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain facilityfixed:FacilityFixed ;
37 - rdfs:label "fclBelongsToName" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "5"^^xsd:int .
40 -
41 -facilityfixed:fclBelongsToS
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain facilityfixed:FacilityFixed ;
44 - rdfs:label "fclBelongsToS" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "7"^^xsd:int .
47 -
48 -facilityfixed:fclCurrentOperatorName
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain facilityfixed:FacilityFixed ;
51 - rdfs:label "fclCurrentOperatorName" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "3"^^xsd:int .
54 -
55 -facilityfixed:fclDesignLifetime
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain facilityfixed:FacilityFixed ;
58 - rdfs:label "fclDesignLifetime" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "20"^^xsd:int .
61 -
62 -facilityfixed:fclEwCode
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain facilityfixed:FacilityFixed ;
65 - rdfs:label "fclEwCode" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "17"^^xsd:int .
68 -
69 -facilityfixed:fclEwDeg
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain facilityfixed:FacilityFixed ;
72 - rdfs:label "fclEwDeg" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "14"^^xsd:int .
75 -
76 -facilityfixed:fclEwMin
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain facilityfixed:FacilityFixed ;
79 - rdfs:label "fclEwMin" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "15"^^xsd:int .
82 -
83 -facilityfixed:fclEwSec
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain facilityfixed:FacilityFixed ;
86 - rdfs:label "fclEwSec" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "16"^^xsd:int .
89 -
90 -facilityfixed:fclFactMapUrl
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain facilityfixed:FacilityFixed ;
93 - rdfs:label "fclFactMapUrl" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "22"^^xsd:int .
96 -
97 -facilityfixed:fclFactPageUrl
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain facilityfixed:FacilityFixed ;
100 - rdfs:label "fclFactPageUrl" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "21"^^xsd:int .
103 -
104 -facilityfixed:fclFunctions
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain facilityfixed:FacilityFixed ;
107 - rdfs:label "fclFunctions" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "19"^^xsd:int .
110 -
111 -facilityfixed:fclGeodeticDatum
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain facilityfixed:FacilityFixed ;
114 - rdfs:label "fclGeodeticDatum" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "9"^^xsd:int .
117 -
118 -facilityfixed:fclKind
119 - rdf:type owl:DatatypeProperty ;
120 - rdfs:domain facilityfixed:FacilityFixed ;
121 - rdfs:label "fclKind" ;
122 - rdfs:range xsd:string ;
123 - tables:columnIndex "4"^^xsd:int .
124 -
125 -facilityfixed:fclName
126 - rdf:type owl:DatatypeProperty ;
127 - rdfs:domain facilityfixed:FacilityFixed ;
128 - rdfs:label "fclName"^^xsd:string ;
129 - rdfs:range xsd:string ;
130 - tables:columnIndex "0"^^xsd:int .
131 -
132 -facilityfixed:fclNpdidFacility
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain facilityfixed:FacilityFixed ;
135 - rdfs:label "fclNpdidFacility" ;
136 - rdfs:range xsd:string ;
137 - tables:columnIndex "23"^^xsd:int .
138 -
139 -facilityfixed:fclNsCode
140 - rdf:type owl:DatatypeProperty ;
141 - rdfs:domain facilityfixed:FacilityFixed ;
142 - rdfs:label "fclNsCode" ;
143 - rdfs:range xsd:string ;
144 - tables:columnIndex "13"^^xsd:int .
145 -
146 -facilityfixed:fclNsDeg
147 - rdf:type owl:DatatypeProperty ;
148 - rdfs:domain facilityfixed:FacilityFixed ;
149 - rdfs:label "fclNsDeg" ;
150 - rdfs:range xsd:string ;
151 - tables:columnIndex "10"^^xsd:int .
152 -
153 -facilityfixed:fclNsMin
154 - rdf:type owl:DatatypeProperty ;
155 - rdfs:domain facilityfixed:FacilityFixed ;
156 - rdfs:label "fclNsMin" ;
157 - rdfs:range xsd:string ;
158 - tables:columnIndex "11"^^xsd:int .
159 -
160 -facilityfixed:fclNsSec
161 - rdf:type owl:DatatypeProperty ;
162 - rdfs:domain facilityfixed:FacilityFixed ;
163 - rdfs:label "fclNsSec" ;
164 - rdfs:range xsd:string ;
165 - tables:columnIndex "12"^^xsd:int .
166 -
167 -facilityfixed:fclPhase
168 - rdf:type owl:DatatypeProperty ;
169 - rdfs:domain facilityfixed:FacilityFixed ;
170 - rdfs:label "fclPhase" ;
171 - rdfs:range xsd:string ;
172 - tables:columnIndex "1"^^xsd:int .
173 -
174 -facilityfixed:fclStartupDate
175 - rdf:type owl:DatatypeProperty ;
176 - rdfs:domain facilityfixed:FacilityFixed ;
177 - rdfs:label "fclStartupDate" ;
178 - rdfs:range xsd:string ;
179 - tables:columnIndex "8"^^xsd:int .
180 -
181 -facilityfixed:fclSurface
182 - rdf:type owl:DatatypeProperty ;
183 - rdfs:domain facilityfixed:FacilityFixed ;
184 - rdfs:label "fclSurface" ;
185 - rdfs:range xsd:string ;
186 - tables:columnIndex "2"^^xsd:int .
187 -
188 -facilityfixed:fclWaterDepth
189 - rdf:type owl:DatatypeProperty ;
190 - rdfs:domain facilityfixed:FacilityFixed ;
191 - rdfs:label "fclWaterDepth" ;
192 - rdfs:range xsd:string ;
193 - tables:columnIndex "18"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/facilitymoveable
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix facilitymoveable: <file:///www.reportinghub.no/transform/npd/facilitymoveable#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/facilitymoveable>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -facilitymoveable:FacilityMoveable
16 - rdf:type owl:Class ;
17 - rdfs:label "FacilityMoveable"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -facilitymoveable:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain facilitymoveable:FacilityMoveable ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "7"^^xsd:int .
26 -
27 -facilitymoveable:fclCurrentRespCompanyName
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain facilitymoveable:FacilityMoveable ;
30 - rdfs:label "fclCurrentRespCompanyName" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "1"^^xsd:int .
33 -
34 -facilitymoveable:fclFactPageUrl
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain facilitymoveable:FacilityMoveable ;
37 - rdfs:label "fclFactPageUrl" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "4"^^xsd:int .
40 -
41 -facilitymoveable:fclKind
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain facilitymoveable:FacilityMoveable ;
44 - rdfs:label "fclKind" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "2"^^xsd:int .
47 -
48 -facilitymoveable:fclName
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain facilitymoveable:FacilityMoveable ;
51 - rdfs:label "fclName"^^xsd:string ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "0"^^xsd:int .
54 -
55 -facilitymoveable:fclNationName
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain facilitymoveable:FacilityMoveable ;
58 - rdfs:label "fclNationName" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "3"^^xsd:int .
61 -
62 -facilitymoveable:fclNpdidCurrentRespCompany
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain facilitymoveable:FacilityMoveable ;
65 - rdfs:label "fclNpdidCurrentRespCompany" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "6"^^xsd:int .
68 -
69 -facilitymoveable:fclNpdidFacility
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain facilitymoveable:FacilityMoveable ;
72 - rdfs:label "fclNpdidFacility" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "5"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/field
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix field: <file:///www.reportinghub.no/transform/npd/field#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/field>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -field:Field
16 - rdf:type owl:Class ;
17 - rdfs:label "Field"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -field:cmpLongName
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain field:Field ;
23 - rdfs:label "cmpLongName" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "1"^^xsd:int .
26 -
27 -field:cmpNpdidCompany
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain field:Field ;
30 - rdfs:label "cmpNpdidCompany" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "10"^^xsd:int .
33 -
34 -field:datesyncNPD
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain field:Field ;
37 - rdfs:label "DatesyncNPD" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "13"^^xsd:int .
40 -
41 -field:fldCurrentActivitySatus
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain field:Field ;
44 - rdfs:label "fldCurrentActivitySatus" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "2"^^xsd:int .
47 -
48 -field:fldFactMapUrl
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain field:Field ;
51 - rdfs:label "fldFactMapUrl" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "12"^^xsd:int .
54 -
55 -field:fldFactPageUrl
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain field:Field ;
58 - rdfs:label "fldFactPageUrl" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "11"^^xsd:int .
61 -
62 -field:fldName
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain field:Field ;
65 - rdfs:label "fldName"^^xsd:string ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "0"^^xsd:int .
68 -
69 -field:fldNpdidField
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain field:Field ;
72 - rdfs:label "fldNpdidField" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "8"^^xsd:int .
75 -
76 -field:fldNpdidOwner
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain field:Field ;
79 - rdfs:label "fldNpdidOwner" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "7"^^xsd:int .
82 -
83 -field:fldOwnerKind
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain field:Field ;
86 - rdfs:label "fldOwnerKind" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "5"^^xsd:int .
89 -
90 -field:fldOwnerName
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain field:Field ;
93 - rdfs:label "fldOwnerName" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "6"^^xsd:int .
96 -
97 -field:wlbCompletionDate
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain field:Field ;
100 - rdfs:label "wlbCompletionDate" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "4"^^xsd:int .
103 -
104 -field:wlbName
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain field:Field ;
107 - rdfs:label "wlbName" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "3"^^xsd:int .
110 -
111 -field:wlbNpdidWellbore
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain field:Field ;
114 - rdfs:label "wlbNpdidWellbore" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "9"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/licence
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix licence: <file:///www.reportinghub.no/transform/npd/licence#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/licence>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -licence:Licence
16 - rdf:type owl:Class ;
17 - rdfs:label "Licence"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -licence:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain licence:Licence ;
23 - rdfs:label "DatesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "8"^^xsd:int .
26 -
27 -licence:prlCurrentArea
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain licence:Licence ;
30 - rdfs:label "prlCurrentArea" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "6"^^xsd:int .
33 -
34 -licence:prlDateGranted
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain licence:Licence ;
37 - rdfs:label "prlDateGranted" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "3"^^xsd:int .
40 -
41 -licence:prlDateValidTo
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain licence:Licence ;
44 - rdfs:label "prlDateValidTo" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "4"^^xsd:int .
47 -
48 -licence:prlLicensingActivityName
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain licence:Licence ;
51 - rdfs:label "prlLicensingActivityName" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "1"^^xsd:int .
54 -
55 -licence:prlName
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain licence:Licence ;
58 - rdfs:label "ÔªøprlName" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "0"^^xsd:int .
61 -
62 -licence:prlNpdidLicence
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain licence:Licence ;
65 - rdfs:label "prlNpdidLicence" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "7"^^xsd:int .
68 -
69 -licence:prlOriginalArea
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain licence:Licence ;
72 - rdfs:label "prlOriginalArea" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "5"^^xsd:int .
75 -
76 -licence:prlStatus
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain licence:Licence ;
79 - rdfs:label "prlStatus" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "2"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/licensee
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix licensee: <file:///www.reportinghub.no/transform/npd/licensee#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/licensee>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -licensee:Licensee
16 - rdf:type owl:Class ;
17 - rdfs:label "licensee-2011-07-30" ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -licensee:cmpLongName
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain licensee:Licensee ;
23 - rdfs:label "cmpLongName" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "3"^^xsd:int .
26 -
27 -licensee:cmpNpdidCompany
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain licensee:Licensee ;
30 - rdfs:label "cmpNpdidCompany" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "7"^^xsd:int .
33 -
34 -licensee:datesyncNPD
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain licensee:Licensee ;
37 - rdfs:label "DatesyncNPD" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "8"^^xsd:int .
40 -
41 -licensee:prlLicenseeDateValidFrom
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain licensee:Licensee ;
44 - rdfs:label "prlLicenseeDateValidFrom" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "1"^^xsd:int .
47 -
48 -licensee:prlLicenseeDateValidTo
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain licensee:Licensee ;
51 - rdfs:label "prlLicenseeDateValidTo" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "2"^^xsd:int .
54 -
55 -licensee:prlLicenseeInterest
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain licensee:Licensee ;
58 - rdfs:label "prlLicenseeInterest" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "4"^^xsd:int .
61 -
62 -licensee:prlLicenseeSdfi
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain licensee:Licensee ;
65 - rdfs:label "prlLicenseeSdfi" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "5"^^xsd:int .
68 -
69 -licensee:prlName
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain licensee:Licensee ;
72 - rdfs:label "ÔªøprlName" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "0"^^xsd:int .
75 -
76 -licensee:prlNpdidLicence
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain licensee:Licensee ;
79 - rdfs:label "prlNpdidLicence" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "6"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/tufoperator
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix tables: <http://topbraid.org/tables#> .
8 -@prefix tufoperator: <file:///www.reportinghub.no/transform/npd/tufoperator#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/tufoperator>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -tufoperator:TUFOperator
16 - rdf:type owl:Class ;
17 - rdfs:label "tufoperator"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -tufoperator:cmpLongName
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain tufoperator:TUFOperator ;
23 - rdfs:label "cmpLongName" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "1"^^xsd:int .
26 -
27 -tufoperator:cmpNpdidCompany
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain tufoperator:TUFOperator ;
30 - rdfs:label "cmpNpdidCompany" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "5"^^xsd:int .
33 -
34 -tufoperator:datesyncNPD
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain tufoperator:TUFOperator ;
37 - rdfs:label "datesyncNPD" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "6"^^xsd:int .
40 -
41 -tufoperator:tufName
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain tufoperator:TUFOperator ;
44 - rdfs:label "tufName"^^xsd:string ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "0"^^xsd:int .
47 -
48 -tufoperator:tufNpdidTuf
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain tufoperator:TUFOperator ;
51 - rdfs:label "tufNpdidTuf" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "4"^^xsd:int .
54 -
55 -tufoperator:tufOperDateValidFrom
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain tufoperator:TUFOperator ;
58 - rdfs:label "tufOperDateValidFrom" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "2"^^xsd:int .
61 -
62 -tufoperator:tufOperDateValidTo
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain tufoperator:TUFOperator ;
65 - rdfs:label "tufOperDateValidTo" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "3"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/wbdev
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix tables: <http://topbraid.org/tables#> .
8 -@prefix wbdev: <file:///www.reportinghub.no/transform/npd/wbdev#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/wbdev>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -wbdev:WBDev
16 - rdf:type owl:Class ;
17 - rdfs:label "WellBore Development"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -wbdev:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain wbdev:WBDev ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "64"^^xsd:int .
26 -
27 -wbdev:dscNpdidDiscovery
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain wbdev:WBDev ;
30 - rdfs:label "dscNpdidDiscovery" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "56"^^xsd:int .
33 -
34 -wbdev:fclNpdidFacilityDrilling
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain wbdev:WBDev ;
37 - rdfs:label "fclNpdidFacilityDrilling" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "60"^^xsd:int .
40 -
41 -wbdev:fclNpdidFacilityProducing
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain wbdev:WBDev ;
44 - rdfs:label "fclNpdidFacilityProducing" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "61"^^xsd:int .
47 -
48 -wbdev:fldNpdidField
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain wbdev:WBDev ;
51 - rdfs:label "fldNpdidField" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "57"^^xsd:int .
54 -
55 -wbdev:prlNpdidProductionLicence
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain wbdev:WBDev ;
58 - rdfs:label "prlNpdidProductionLicence" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "59"^^xsd:int .
61 -
62 -wbdev:wlbCompletionDate
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain wbdev:WBDev ;
65 - rdfs:label "wlbCompletionDate" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "10"^^xsd:int .
68 -
69 -wbdev:wlbCompletionYear
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain wbdev:WBDev ;
72 - rdfs:label "wlbCompletionYear" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "28"^^xsd:int .
75 -
76 -wbdev:wlbContent
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain wbdev:WBDev ;
79 - rdfs:label "wlbContent" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "7"^^xsd:int .
82 -
83 -wbdev:wlbContentPlanned
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain wbdev:WBDev ;
86 - rdfs:label "wlbContentPlanned" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "26"^^xsd:int .
89 -
90 -wbdev:wlbDiscovery
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain wbdev:WBDev ;
93 - rdfs:label "wlbDiscovery" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "13"^^xsd:int .
96 -
97 -wbdev:wlbDiscoveryWellbore
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain wbdev:WBDev ;
100 - rdfs:label "wlbDiscoveryWellbore" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "14"^^xsd:int .
103 -
104 -wbdev:wlbDiskosWellOperator
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain wbdev:WBDev ;
107 - rdfs:label "wlbDiskosWellOperator" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "63"^^xsd:int .
110 -
111 -wbdev:wlbDiskosWellboreParent
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain wbdev:WBDev ;
114 - rdfs:label "wlbDiskosWellboreParent" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "54"^^xsd:int .
117 -
118 -wbdev:wlbDiskosWellboreType
119 - rdf:type owl:DatatypeProperty ;
120 - rdfs:domain wbdev:WBDev ;
121 - rdfs:label "wlbDiskosWellboreType" ;
122 - rdfs:range xsd:string ;
123 - tables:columnIndex "53"^^xsd:int .
124 -
125 -wbdev:wlbDrillPermit
126 - rdf:type owl:DatatypeProperty ;
127 - rdfs:domain wbdev:WBDev ;
128 - rdfs:label "wlbDrillPermit" ;
129 - rdfs:range xsd:string ;
130 - tables:columnIndex "12"^^xsd:int .
131 -
132 -wbdev:wlbDrillingFacility
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain wbdev:WBDev ;
135 - rdfs:label "wlbDrillingFacility" ;
136 - rdfs:range xsd:string ;
137 - tables:columnIndex "20"^^xsd:int .
138 -
139 -wbdev:wlbDrillingOperator
140 - rdf:type owl:DatatypeProperty ;
141 - rdfs:domain wbdev:WBDev ;
142 - rdfs:label "wlbDrillingOperator" ;
143 - rdfs:range xsd:string ;
144 - tables:columnIndex "2"^^xsd:int .
145 -
146 -wbdev:wlbDrillingOperatorGroup
147 - rdf:type owl:DatatypeProperty ;
148 - rdfs:domain wbdev:WBDev ;
149 - rdfs:label "wlbDrillingOperatorGroup" ;
150 - rdfs:range xsd:string ;
151 - tables:columnIndex "3"^^xsd:int .
152 -
153 -wbdev:wlbEntryDate
154 - rdf:type owl:DatatypeProperty ;
155 - rdfs:domain wbdev:WBDev ;
156 - rdfs:label "wlbEntryDate" ;
157 - rdfs:range xsd:string ;
158 - tables:columnIndex "9"^^xsd:int .
159 -
160 -wbdev:wlbEntryYear
161 - rdf:type owl:DatatypeProperty ;
162 - rdfs:domain wbdev:WBDev ;
163 - rdfs:label "wlbEntryYear" ;
164 - rdfs:range xsd:string ;
165 - tables:columnIndex "27"^^xsd:int .
166 -
167 -wbdev:wlbEwCode
168 - rdf:type owl:DatatypeProperty ;
169 - rdfs:domain wbdev:WBDev ;
170 - rdfs:label "wlbEwCode" ;
171 - rdfs:range xsd:string ;
172 - tables:columnIndex "39"^^xsd:int .
173 -
174 -wbdev:wlbEwDeg
175 - rdf:type owl:DatatypeProperty ;
176 - rdfs:domain wbdev:WBDev ;
177 - rdfs:label "wlbEwDeg" ;
178 - rdfs:range xsd:string ;
179 - tables:columnIndex "36"^^xsd:int .
180 -
181 -wbdev:wlbEwDesDeg
182 - rdf:type owl:DatatypeProperty ;
183 - rdfs:domain wbdev:WBDev ;
184 - rdfs:label "wlbEwDesDeg" ;
185 - rdfs:range xsd:string ;
186 - tables:columnIndex "41"^^xsd:int .
187 -
188 -wbdev:wlbEwMin
189 - rdf:type owl:DatatypeProperty ;
190 - rdfs:domain wbdev:WBDev ;
191 - rdfs:label "wlbEwMin" ;
192 - rdfs:range xsd:string ;
193 - tables:columnIndex "37"^^xsd:int .
194 -
195 -wbdev:wlbEwSec
196 - rdf:type owl:DatatypeProperty ;
197 - rdfs:domain wbdev:WBDev ;
198 - rdfs:label "wlbEwSec" ;
199 - rdfs:range xsd:string ;
200 - tables:columnIndex "38"^^xsd:int .
201 -
202 -wbdev:wlbEwUtm
203 - rdf:type owl:DatatypeProperty ;
204 - rdfs:domain wbdev:WBDev ;
205 - rdfs:label "wlbEwUtm" ;
206 - rdfs:range xsd:string ;
207 - tables:columnIndex "43"^^xsd:int .
208 -
209 -wbdev:wlbFacilityTypeDrilling
210 - rdf:type owl:DatatypeProperty ;
211 - rdfs:domain wbdev:WBDev ;
212 - rdfs:label "wlbFacilityTypeDrilling" ;
213 - rdfs:range xsd:string ;
214 - tables:columnIndex "21"^^xsd:int .
215 -
216 -wbdev:wlbFactMapUrl
217 - rdf:type owl:DatatypeProperty ;
218 - rdfs:domain wbdev:WBDev ;
219 - rdfs:label "wlbFactMapUrl" ;
220 - rdfs:range xsd:string ;
221 - tables:columnIndex "52"^^xsd:int .
222 -
223 -wbdev:wlbFactPageUrl
224 - rdf:type owl:DatatypeProperty ;
225 - rdfs:domain wbdev:WBDev ;
226 - rdfs:label "wlbFactPageUrl" ;
227 - rdfs:range xsd:string ;
228 - tables:columnIndex "51"^^xsd:int .
229 -
230 -wbdev:wlbField
231 - rdf:type owl:DatatypeProperty ;
232 - rdfs:domain wbdev:WBDev ;
233 - rdfs:label "wlbField" ;
234 - rdfs:range xsd:string ;
235 - tables:columnIndex "11"^^xsd:int .
236 -
237 -wbdev:wlbFinalVerticalDepth
238 - rdf:type owl:DatatypeProperty ;
239 - rdfs:domain wbdev:WBDev ;
240 - rdfs:label "wlbFinalVerticalDepth" ;
241 - rdfs:range xsd:string ;
242 - tables:columnIndex "16"^^xsd:int .
243 -
244 -wbdev:wlbGeodeticDatum
245 - rdf:type owl:DatatypeProperty ;
246 - rdfs:domain wbdev:WBDev ;
247 - rdfs:label "wlbGeodeticDatum" ;
248 - rdfs:range xsd:string ;
249 - tables:columnIndex "31"^^xsd:int .
250 -
251 -wbdev:wlbKellyBushElevation
252 - rdf:type owl:DatatypeProperty ;
253 - rdfs:domain wbdev:WBDev ;
254 - rdfs:label "wlbKellyBushElevation" ;
255 - rdfs:range xsd:string ;
256 - tables:columnIndex "15"^^xsd:int .
257 -
258 -wbdev:wlbLicensingActivity
259 - rdf:type owl:DatatypeProperty ;
260 - rdfs:domain wbdev:WBDev ;
261 - rdfs:label "wlbLicensingActivity" ;
262 - rdfs:range xsd:string ;
263 - tables:columnIndex "23"^^xsd:int .
264 -
265 -wbdev:wlbMainArea
266 - rdf:type owl:DatatypeProperty ;
267 - rdfs:domain wbdev:WBDev ;
268 - rdfs:label "wlbMainArea" ;
269 - rdfs:range xsd:string ;
270 - tables:columnIndex "19"^^xsd:int .
271 -
272 -wbdev:wlbMultilateral
273 - rdf:type owl:DatatypeProperty ;
274 - rdfs:domain wbdev:WBDev ;
275 - rdfs:label "wlbMultilateral" ;
276 - rdfs:range xsd:string ;
277 - tables:columnIndex "24"^^xsd:int .
278 -
279 -wbdev:wlbNamePart1
280 - rdf:type owl:DatatypeProperty ;
281 - rdfs:domain wbdev:WBDev ;
282 - rdfs:label "wlbNamePart1" ;
283 - rdfs:range xsd:string ;
284 - tables:columnIndex "45"^^xsd:int .
285 -
286 -wbdev:wlbNamePart2
287 - rdf:type owl:DatatypeProperty ;
288 - rdfs:domain wbdev:WBDev ;
289 - rdfs:label "wlbNamePart2" ;
290 - rdfs:range xsd:string ;
291 - tables:columnIndex "46"^^xsd:int .
292 -
293 -wbdev:wlbNamePart3
294 - rdf:type owl:DatatypeProperty ;
295 - rdfs:domain wbdev:WBDev ;
296 - rdfs:label "wlbNamePart3" ;
297 - rdfs:range xsd:string ;
298 - tables:columnIndex "47"^^xsd:int .
299 -
300 -wbdev:wlbNamePart4
301 - rdf:type owl:DatatypeProperty ;
302 - rdfs:domain wbdev:WBDev ;
303 - rdfs:label "wlbNamePart4" ;
304 - rdfs:range xsd:string ;
305 - tables:columnIndex "48"^^xsd:int .
306 -
307 -wbdev:wlbNamePart5
308 - rdf:type owl:DatatypeProperty ;
309 - rdfs:domain wbdev:WBDev ;
310 - rdfs:label "wlbNamePart5" ;
311 - rdfs:range xsd:string ;
312 - tables:columnIndex "49"^^xsd:int .
313 -
314 -wbdev:wlbNamePart6
315 - rdf:type owl:DatatypeProperty ;
316 - rdfs:domain wbdev:WBDev ;
317 - rdfs:label "wlbNamePart6" ;
318 - rdfs:range xsd:string ;
319 - tables:columnIndex "50"^^xsd:int .
320 -
321 -wbdev:wlbNpdidWellbore
322 - rdf:type owl:DatatypeProperty ;
323 - rdfs:domain wbdev:WBDev ;
324 - rdfs:label "wlbNpdidWellbore" ;
325 - rdfs:range xsd:string ;
326 - tables:columnIndex "55"^^xsd:int .
327 -
328 -wbdev:wlbNpdidWellboreReclass
329 - rdf:type owl:DatatypeProperty ;
330 - rdfs:domain wbdev:WBDev ;
331 - rdfs:label "wlbNpdidWellboreReclass" ;
332 - rdfs:range xsd:string ;
333 - tables:columnIndex "62"^^xsd:int .
334 -
335 -wbdev:wlbNsCode
336 - rdf:type owl:DatatypeProperty ;
337 - rdfs:domain wbdev:WBDev ;
338 - rdfs:label "wlbNsCode" ;
339 - rdfs:range xsd:string ;
340 - tables:columnIndex "35"^^xsd:int .
341 -
342 -wbdev:wlbNsDecDeg
343 - rdf:type owl:DatatypeProperty ;
344 - rdfs:domain wbdev:WBDev ;
345 - rdfs:label "wlbNsDecDeg" ;
346 - rdfs:range xsd:string ;
347 - tables:columnIndex "40"^^xsd:int .
348 -
349 -wbdev:wlbNsDeg
350 - rdf:type owl:DatatypeProperty ;
351 - rdfs:domain wbdev:WBDev ;
352 - rdfs:label "wlbNsDeg" ;
353 - rdfs:range xsd:string ;
354 - tables:columnIndex "32"^^xsd:int .
355 -
356 -wbdev:wlbNsMin
357 - rdf:type owl:DatatypeProperty ;
358 - rdfs:domain wbdev:WBDev ;
359 - rdfs:label "wlbNsMin" ;
360 - rdfs:range xsd:string ;
361 - tables:columnIndex "33"^^xsd:int .
362 -
363 -wbdev:wlbNsSec
364 - rdf:type owl:DatatypeProperty ;
365 - rdfs:domain wbdev:WBDev ;
366 - rdfs:label "wlbNsSec" ;
367 - rdfs:range xsd:string ;
368 - tables:columnIndex "34"^^xsd:int .
369 -
370 -wbdev:wlbNsUtm
371 - rdf:type owl:DatatypeProperty ;
372 - rdfs:domain wbdev:WBDev ;
373 - rdfs:label "wlbNsUtm" ;
374 - rdfs:range xsd:string ;
375 - tables:columnIndex "42"^^xsd:int .
376 -
377 -wbdev:wlbPlotSymbol
378 - rdf:type owl:DatatypeProperty ;
379 - rdfs:domain wbdev:WBDev ;
380 - rdfs:label "wlbPlotSymbol" ;
381 - rdfs:range xsd:string ;
382 - tables:columnIndex "30"^^xsd:int .
383 -
384 -wbdev:wlbProductionFacility
385 - rdf:type owl:DatatypeProperty ;
386 - rdfs:domain wbdev:WBDev ;
387 - rdfs:label "wlbProductionFacility" ;
388 - rdfs:range xsd:string ;
389 - tables:columnIndex "22"^^xsd:int .
390 -
391 -wbdev:wlbProductionLicence
392 - rdf:type owl:DatatypeProperty ;
393 - rdfs:domain wbdev:WBDev ;
394 - rdfs:label "wlbProductionLicence" ;
395 - rdfs:range xsd:string ;
396 - tables:columnIndex "4"^^xsd:int .
397 -
398 -wbdev:wlbPurpose
399 - rdf:type owl:DatatypeProperty ;
400 - rdfs:domain wbdev:WBDev ;
401 - rdfs:label "wlbPurpose" ;
402 - rdfs:range xsd:string ;
403 - tables:columnIndex "5"^^xsd:int .
404 -
405 -wbdev:wlbPurposePlanned
406 - rdf:type owl:DatatypeProperty ;
407 - rdfs:domain wbdev:WBDev ;
408 - rdfs:label "wlbPurposePlanned" ;
409 - rdfs:range xsd:string ;
410 - tables:columnIndex "25"^^xsd:int .
411 -
412 -wbdev:wlbReclassFromWellbore
413 - rdf:type owl:DatatypeProperty ;
414 - rdfs:domain wbdev:WBDev ;
415 - rdfs:label "wlbReclassFromWellbore" ;
416 - rdfs:range xsd:string ;
417 - tables:columnIndex "29"^^xsd:int .
418 -
419 -wbdev:wlbStatus
420 - rdf:type owl:DatatypeProperty ;
421 - rdfs:domain wbdev:WBDev ;
422 - rdfs:label "wlbStatus" ;
423 - rdfs:range xsd:string ;
424 - tables:columnIndex "6"^^xsd:int .
425 -
426 -wbdev:wlbTotalDepth
427 - rdf:type owl:DatatypeProperty ;
428 - rdfs:domain wbdev:WBDev ;
429 - rdfs:label "wlbTotalDepth" ;
430 - rdfs:range xsd:string ;
431 - tables:columnIndex "17"^^xsd:int .
432 -
433 -wbdev:wlbUtmZone
434 - rdf:type owl:DatatypeProperty ;
435 - rdfs:domain wbdev:WBDev ;
436 - rdfs:label "wlbUtmZone" ;
437 - rdfs:range xsd:string ;
438 - tables:columnIndex "44"^^xsd:int .
439 -
440 -wbdev:wlbWaterDepth
441 - rdf:type owl:DatatypeProperty ;
442 - rdfs:domain wbdev:WBDev ;
443 - rdfs:label "wlbWaterDepth" ;
444 - rdfs:range xsd:string ;
445 - tables:columnIndex "18"^^xsd:int .
446 -
447 -wbdev:wlbWdssQcdate
448 - rdf:type owl:DatatypeProperty ;
449 - rdfs:domain wbdev:WBDev ;
450 - rdfs:label "wlbWdssQcdate" ;
451 - rdfs:range xsd:string ;
452 - tables:columnIndex "58"^^xsd:int .
453 -
454 -wbdev:wlbWell
455 - rdf:type owl:DatatypeProperty ;
456 - rdfs:domain wbdev:WBDev ;
457 - rdfs:label "wlbWell" ;
458 - rdfs:range xsd:string ;
459 - tables:columnIndex "1"^^xsd:int .
460 -
461 -wbdev:wlbWellType
462 - rdf:type owl:DatatypeProperty ;
463 - rdfs:domain wbdev:WBDev ;
464 - rdfs:label "wlbWellType" ;
465 - rdfs:range xsd:string ;
466 - tables:columnIndex "8"^^xsd:int .
467 -
468 -wbdev:wlbWellboreName
469 - rdf:type owl:DatatypeProperty ;
470 - rdfs:domain wbdev:WBDev ;
471 - rdfs:label "wlbWellboreName"^^xsd:string ;
472 - rdfs:range xsd:string ;
473 - tables:columnIndex "0"^^xsd:int .
1 -# baseURI: file:///www.reportinghub.no/transform/npd/wbexp
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix tables: <http://topbraid.org/tables#> .
8 -@prefix wbexp: <file:///www.reportinghub.no/transform/npd/wbexp#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/wbexp>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -wbexp:WBExp
16 - rdf:type owl:Class ;
17 - rdfs:label "WellBore Exploration"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -wbexp:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain wbexp:WBExp ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "76"^^xsd:int .
26 -
27 -wbexp:dscNpdidDiscovery
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain wbexp:WBExp ;
30 - rdfs:label "dscNpdidDiscovery" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "70"^^xsd:int .
33 -
34 -wbexp:fclNpdidFacilityDrilling
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain wbexp:WBExp ;
37 - rdfs:label "fclNpdidFacilityDrilling" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "72"^^xsd:int .
40 -
41 -wbexp:fldNpdidField
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain wbexp:WBExp ;
44 - rdfs:label "fldNpdidField" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "71"^^xsd:int .
47 -
48 -wbexp:prlNpdidProductionLicence
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain wbexp:WBExp ;
51 - rdfs:label "prlNpdidProductionLicence" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "74"^^xsd:int .
54 -
55 -wbexp:wlbAgeAtTd
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain wbexp:WBExp ;
58 - rdfs:label "wlbAgeAtTd" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "22"^^xsd:int .
61 -
62 -wbexp:wlbAgeWithHc1
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain wbexp:WBExp ;
65 - rdfs:label "wlbAgeWithHc1" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "36"^^xsd:int .
68 -
69 -wbexp:wlbAgeWithHc2
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain wbexp:WBExp ;
72 - rdfs:label "wlbAgeWithHc2" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "38"^^xsd:int .
75 -
76 -wbexp:wlbAgeWithHc3
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain wbexp:WBExp ;
79 - rdfs:label "wlbAgeWithHc3" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "40"^^xsd:int .
82 -
83 -wbexp:wlbBottomHoleTemperature
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain wbexp:WBExp ;
86 - rdfs:label "wlbBottomHoleTemperature" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "15"^^xsd:int .
89 -
90 -wbexp:wlbCompletionDate
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain wbexp:WBExp ;
93 - rdfs:label "wlbCompletionDate" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "10"^^xsd:int .
96 -
97 -wbexp:wlbCompletionYear
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain wbexp:WBExp ;
100 - rdfs:label "wlbCompletionYear" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "31"^^xsd:int .
103 -
104 -wbexp:wlbContent
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain wbexp:WBExp ;
107 - rdfs:label "wlbContent" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "7"^^xsd:int .
110 -
111 -wbexp:wlbDiscovery
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain wbexp:WBExp ;
114 - rdfs:label "wlbDiscovery" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "13"^^xsd:int .
117 -
118 -wbexp:wlbDiscoveryWellbore
119 - rdf:type owl:DatatypeProperty ;
120 - rdfs:domain wbexp:WBExp ;
121 - rdfs:label "wlbDiscoveryWellbore" ;
122 - rdfs:range xsd:string ;
123 - tables:columnIndex "14"^^xsd:int .
124 -
125 -wbexp:wlbDiskosWellOperator
126 - rdf:type owl:DatatypeProperty ;
127 - rdfs:domain wbexp:WBExp ;
128 - rdfs:label "wlbDiskosWellOperator" ;
129 - rdfs:range xsd:string ;
130 - tables:columnIndex "75"^^xsd:int .
131 -
132 -wbexp:wlbDiskosWellboreParent
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain wbexp:WBExp ;
135 - rdfs:label "wlbDiskosWellboreParent" ;
136 - rdfs:range xsd:string ;
137 - tables:columnIndex "67"^^xsd:int .
138 -
139 -wbexp:wlbDiskosWellboreType
140 - rdf:type owl:DatatypeProperty ;
141 - rdfs:domain wbexp:WBExp ;
142 - rdfs:label "wlbDiskosWellboreType" ;
143 - rdfs:range xsd:string ;
144 - tables:columnIndex "66"^^xsd:int .
145 -
146 -wbexp:wlbDrillPermit
147 - rdf:type owl:DatatypeProperty ;
148 - rdfs:domain wbexp:WBExp ;
149 - rdfs:label "wlbDrillPermit" ;
150 - rdfs:range xsd:string ;
151 - tables:columnIndex "12"^^xsd:int .
152 -
153 -wbexp:wlbDrillingDays
154 - rdf:type owl:DatatypeProperty ;
155 - rdfs:domain wbexp:WBExp ;
156 - rdfs:label "wlbDrillingDays" ;
157 - rdfs:range xsd:string ;
158 - tables:columnIndex "41"^^xsd:int .
159 -
160 -wbexp:wlbDrillingFacility
161 - rdf:type owl:DatatypeProperty ;
162 - rdfs:domain wbexp:WBExp ;
163 - rdfs:label "wlbDrillingFacility" ;
164 - rdfs:range xsd:string ;
165 - tables:columnIndex "25"^^xsd:int .
166 -
167 -wbexp:wlbDrillingOperator
168 - rdf:type owl:DatatypeProperty ;
169 - rdfs:domain wbexp:WBExp ;
170 - rdfs:label "wlbDrillingOperator" ;
171 - rdfs:range xsd:string ;
172 - tables:columnIndex "2"^^xsd:int .
173 -
174 -wbexp:wlbDrillingOperatorGroup
175 - rdf:type owl:DatatypeProperty ;
176 - rdfs:domain wbexp:WBExp ;
177 - rdfs:label "wlbDrillingOperatorGroup" ;
178 - rdfs:range xsd:string ;
179 - tables:columnIndex "3"^^xsd:int .
180 -
181 -wbexp:wlbEntryDate
182 - rdf:type owl:DatatypeProperty ;
183 - rdfs:domain wbexp:WBExp ;
184 - rdfs:label "wlbEntryDate" ;
185 - rdfs:range xsd:string ;
186 - tables:columnIndex "9"^^xsd:int .
187 -
188 -wbexp:wlbEntryYear
189 - rdf:type owl:DatatypeProperty ;
190 - rdfs:domain wbexp:WBExp ;
191 - rdfs:label "wlbEntryYear" ;
192 - rdfs:range xsd:string ;
193 - tables:columnIndex "30"^^xsd:int .
194 -
195 -wbexp:wlbEwCode
196 - rdf:type owl:DatatypeProperty ;
197 - rdfs:domain wbexp:WBExp ;
198 - rdfs:label "wlbEwCode" ;
199 - rdfs:range xsd:string ;
200 - tables:columnIndex "51"^^xsd:int .
201 -
202 -wbexp:wlbEwDeg
203 - rdf:type owl:DatatypeProperty ;
204 - rdfs:domain wbexp:WBExp ;
205 - rdfs:label "wlbEwDeg" ;
206 - rdfs:range xsd:string ;
207 - tables:columnIndex "48"^^xsd:int .
208 -
209 -wbexp:wlbEwDesDeg
210 - rdf:type owl:DatatypeProperty ;
211 - rdfs:domain wbexp:WBExp ;
212 - rdfs:label "wlbEwDesDeg" ;
213 - rdfs:range xsd:string ;
214 - tables:columnIndex "53"^^xsd:int .
215 -
216 -wbexp:wlbEwMin
217 - rdf:type owl:DatatypeProperty ;
218 - rdfs:domain wbexp:WBExp ;
219 - rdfs:label "wlbEwMin" ;
220 - rdfs:range xsd:string ;
221 - tables:columnIndex "49"^^xsd:int .
222 -
223 -wbexp:wlbEwSec
224 - rdf:type owl:DatatypeProperty ;
225 - rdfs:domain wbexp:WBExp ;
226 - rdfs:label "wlbEwSec" ;
227 - rdfs:range xsd:string ;
228 - tables:columnIndex "50"^^xsd:int .
229 -
230 -wbexp:wlbEwUtm
231 - rdf:type owl:DatatypeProperty ;
232 - rdfs:domain wbexp:WBExp ;
233 - rdfs:label "wlbEwUtm" ;
234 - rdfs:range xsd:string ;
235 - tables:columnIndex "55"^^xsd:int .
236 -
237 -wbexp:wlbFacilityTypeDrilling
238 - rdf:type owl:DatatypeProperty ;
239 - rdfs:domain wbexp:WBExp ;
240 - rdfs:label "wlbFacilityTypeDrilling" ;
241 - rdfs:range xsd:string ;
242 - tables:columnIndex "26"^^xsd:int .
243 -
244 -wbexp:wlbFactMapUrl
245 - rdf:type owl:DatatypeProperty ;
246 - rdfs:domain wbexp:WBExp ;
247 - rdfs:label "wlbFactMapUrl" ;
248 - rdfs:range xsd:string ;
249 - tables:columnIndex "65"^^xsd:int .
250 -
251 -wbexp:wlbFactPageUrl
252 - rdf:type owl:DatatypeProperty ;
253 - rdfs:domain wbexp:WBExp ;
254 - rdfs:label "wlbFactPageUrl" ;
255 - rdfs:range xsd:string ;
256 - tables:columnIndex "64"^^xsd:int .
257 -
258 -wbexp:wlbField
259 - rdf:type owl:DatatypeProperty ;
260 - rdfs:domain wbexp:WBExp ;
261 - rdfs:label "wlbField" ;
262 - rdfs:range xsd:string ;
263 - tables:columnIndex "11"^^xsd:int .
264 -
265 -wbexp:wlbFinalVerticalDepth
266 - rdf:type owl:DatatypeProperty ;
267 - rdfs:domain wbexp:WBExp ;
268 - rdfs:label "wlbFinalVerticalDepth" ;
269 - rdfs:range xsd:string ;
270 - tables:columnIndex "19"^^xsd:int .
271 -
272 -wbexp:wlbFormationAtTd
273 - rdf:type owl:DatatypeProperty ;
274 - rdfs:domain wbexp:WBExp ;
275 - rdfs:label "wlbFormationAtTd" ;
276 - rdfs:range xsd:string ;
277 - tables:columnIndex "23"^^xsd:int .
278 -
279 -wbexp:wlbFormationWithHc1
280 - rdf:type owl:DatatypeProperty ;
281 - rdfs:domain wbexp:WBExp ;
282 - rdfs:label "wlbFormationWithHc1" ;
283 - rdfs:range xsd:string ;
284 - tables:columnIndex "35"^^xsd:int .
285 -
286 -wbexp:wlbFormationWithHc2
287 - rdf:type owl:DatatypeProperty ;
288 - rdfs:domain wbexp:WBExp ;
289 - rdfs:label "wlbFormationWithHc2" ;
290 - rdfs:range xsd:string ;
291 - tables:columnIndex "37"^^xsd:int .
292 -
293 -wbexp:wlbFormationWithHc3
294 - rdf:type owl:DatatypeProperty ;
295 - rdfs:domain wbexp:WBExp ;
296 - rdfs:label "wlbFormationWithHc3" ;
297 - rdfs:range xsd:string ;
298 - tables:columnIndex "39"^^xsd:int .
299 -
300 -wbexp:wlbGeodeticDatum
301 - rdf:type owl:DatatypeProperty ;
302 - rdfs:domain wbexp:WBExp ;
303 - rdfs:label "wlbGeodeticDatum" ;
304 - rdfs:range xsd:string ;
305 - tables:columnIndex "43"^^xsd:int .
306 -
307 -wbexp:wlbKellyBushElevation
308 - rdf:type owl:DatatypeProperty ;
309 - rdfs:domain wbexp:WBExp ;
310 - rdfs:label "wlbKellyBushElevation" ;
311 - rdfs:range xsd:string ;
312 - tables:columnIndex "18"^^xsd:int .
313 -
314 -wbexp:wlbLicensingActivity
315 - rdf:type owl:DatatypeProperty ;
316 - rdfs:domain wbexp:WBExp ;
317 - rdfs:label "wlbLicensingActivity" ;
318 - rdfs:range xsd:string ;
319 - tables:columnIndex "27"^^xsd:int .
320 -
321 -wbexp:wlbMainArea
322 - rdf:type owl:DatatypeProperty ;
323 - rdfs:domain wbexp:WBExp ;
324 - rdfs:label "wlbMainArea" ;
325 - rdfs:range xsd:string ;
326 - tables:columnIndex "24"^^xsd:int .
327 -
328 -wbexp:wlbMaxInclation
329 - rdf:type owl:DatatypeProperty ;
330 - rdfs:domain wbexp:WBExp ;
331 - rdfs:label "wlbMaxInclation" ;
332 - rdfs:range xsd:string ;
333 - tables:columnIndex "17"^^xsd:int .
334 -
335 -wbexp:wlbMultilateral
336 - rdf:type owl:DatatypeProperty ;
337 - rdfs:domain wbexp:WBExp ;
338 - rdfs:label "wlbMultilateral" ;
339 - rdfs:range xsd:string ;
340 - tables:columnIndex "28"^^xsd:int .
341 -
342 -wbexp:wlbNamePart1
343 - rdf:type owl:DatatypeProperty ;
344 - rdfs:domain wbexp:WBExp ;
345 - rdfs:label "wlbNamePart1" ;
346 - rdfs:range xsd:string ;
347 - tables:columnIndex "57"^^xsd:int .
348 -
349 -wbexp:wlbNamePart2
350 - rdf:type owl:DatatypeProperty ;
351 - rdfs:domain wbexp:WBExp ;
352 - rdfs:label "wlbNamePart2" ;
353 - rdfs:range xsd:string ;
354 - tables:columnIndex "58"^^xsd:int .
355 -
356 -wbexp:wlbNamePart3
357 - rdf:type owl:DatatypeProperty ;
358 - rdfs:domain wbexp:WBExp ;
359 - rdfs:label "wlbNamePart3" ;
360 - rdfs:range xsd:string ;
361 - tables:columnIndex "59"^^xsd:int .
362 -
363 -wbexp:wlbNamePart4
364 - rdf:type owl:DatatypeProperty ;
365 - rdfs:domain wbexp:WBExp ;
366 - rdfs:label "wlbNamePart4" ;
367 - rdfs:range xsd:string ;
368 - tables:columnIndex "60"^^xsd:int .
369 -
370 -wbexp:wlbNamePart5
371 - rdf:type owl:DatatypeProperty ;
372 - rdfs:domain wbexp:WBExp ;
373 - rdfs:label "wlbNamePart5" ;
374 - rdfs:range xsd:string ;
375 - tables:columnIndex "61"^^xsd:int .
376 -
377 -wbexp:wlbNamePart6
378 - rdf:type owl:DatatypeProperty ;
379 - rdfs:domain wbexp:WBExp ;
380 - rdfs:label "wlbNamePart6" ;
381 - rdfs:range xsd:string ;
382 - tables:columnIndex "62"^^xsd:int .
383 -
384 -wbexp:wlbNpdidWellbore
385 - rdf:type owl:DatatypeProperty ;
386 - rdfs:domain wbexp:WBExp ;
387 - rdfs:label "wlbNpdidWellbore" ;
388 - rdfs:range xsd:string ;
389 - tables:columnIndex "69"^^xsd:int .
390 -
391 -wbexp:wlbNpdidWellboreReclass
392 - rdf:type owl:DatatypeProperty ;
393 - rdfs:domain wbexp:WBExp ;
394 - rdfs:label "wlbNpdidWellboreReclass" ;
395 - rdfs:range xsd:string ;
396 - tables:columnIndex "73"^^xsd:int .
397 -
398 -wbexp:wlbNsCode
399 - rdf:type owl:DatatypeProperty ;
400 - rdfs:domain wbexp:WBExp ;
401 - rdfs:label "wlbNsCode" ;
402 - rdfs:range xsd:string ;
403 - tables:columnIndex "47"^^xsd:int .
404 -
405 -wbexp:wlbNsDecDeg
406 - rdf:type owl:DatatypeProperty ;
407 - rdfs:domain wbexp:WBExp ;
408 - rdfs:label "wlbNsDecDeg" ;
409 - rdfs:range xsd:string ;
410 - tables:columnIndex "52"^^xsd:int .
411 -
412 -wbexp:wlbNsDeg
413 - rdf:type owl:DatatypeProperty ;
414 - rdfs:domain wbexp:WBExp ;
415 - rdfs:label "wlbNsDeg" ;
416 - rdfs:range xsd:string ;
417 - tables:columnIndex "44"^^xsd:int .
418 -
419 -wbexp:wlbNsMin
420 - rdf:type owl:DatatypeProperty ;
421 - rdfs:domain wbexp:WBExp ;
422 - rdfs:label "wlbNsMin" ;
423 - rdfs:range xsd:string ;
424 - tables:columnIndex "45"^^xsd:int .
425 -
426 -wbexp:wlbNsSec
427 - rdf:type owl:DatatypeProperty ;
428 - rdfs:domain wbexp:WBExp ;
429 - rdfs:label "wlbNsSec" ;
430 - rdfs:range xsd:string ;
431 - tables:columnIndex "46"^^xsd:int .
432 -
433 -wbexp:wlbNsUtm
434 - rdf:type owl:DatatypeProperty ;
435 - rdfs:domain wbexp:WBExp ;
436 - rdfs:label "wlbNsUtm" ;
437 - rdfs:range xsd:string ;
438 - tables:columnIndex "54"^^xsd:int .
439 -
440 -wbexp:wlbPlotSymbol
441 - rdf:type owl:DatatypeProperty ;
442 - rdfs:domain wbexp:WBExp ;
443 - rdfs:label "wlbPlotSymbol" ;
444 - rdfs:range xsd:string ;
445 - tables:columnIndex "34"^^xsd:int .
446 -
447 -wbexp:wlbPressReleaseUrl
448 - rdf:type owl:DatatypeProperty ;
449 - rdfs:domain wbexp:WBExp ;
450 - rdfs:label "wlbPressReleaseUrl" ;
451 - rdfs:range xsd:string ;
452 - tables:columnIndex "63"^^xsd:int .
453 -
454 -wbexp:wlbProductionLicence
455 - rdf:type owl:DatatypeProperty ;
456 - rdfs:domain wbexp:WBExp ;
457 - rdfs:label "wlbProductionLicence" ;
458 - rdfs:range xsd:string ;
459 - tables:columnIndex "4"^^xsd:int .
460 -
461 -wbexp:wlbPurpose
462 - rdf:type owl:DatatypeProperty ;
463 - rdfs:domain wbexp:WBExp ;
464 - rdfs:label "wlbPurpose" ;
465 - rdfs:range xsd:string ;
466 - tables:columnIndex "5"^^xsd:int .
467 -
468 -wbexp:wlbPurposePlanned
469 - rdf:type owl:DatatypeProperty ;
470 - rdfs:domain wbexp:WBExp ;
471 - rdfs:label "wlbPurposePlanned" ;
472 - rdfs:range xsd:string ;
473 - tables:columnIndex "29"^^xsd:int .
474 -
475 -wbexp:wlbReclassFromWellbore
476 - rdf:type owl:DatatypeProperty ;
477 - rdfs:domain wbexp:WBExp ;
478 - rdfs:label "wlbReclassFromWellbore" ;
479 - rdfs:range xsd:string ;
480 - tables:columnIndex "32"^^xsd:int .
481 -
482 -wbexp:wlbReentry
483 - rdf:type owl:DatatypeProperty ;
484 - rdfs:domain wbexp:WBExp ;
485 - rdfs:label "wlbReentry" ;
486 - rdfs:range xsd:string ;
487 - tables:columnIndex "42"^^xsd:int .
488 -
489 -wbexp:wlbReentryExplorationActivity
490 - rdf:type owl:DatatypeProperty ;
491 - rdfs:domain wbexp:WBExp ;
492 - rdfs:label "wlbReentryExplorationActivity" ;
493 - rdfs:range xsd:string ;
494 - tables:columnIndex "33"^^xsd:int .
495 -
496 -wbexp:wlbSeismicLocation
497 - rdf:type owl:DatatypeProperty ;
498 - rdfs:domain wbexp:WBExp ;
499 - rdfs:label "wlbSeismicLocation" ;
500 - rdfs:range xsd:string ;
501 - tables:columnIndex "16"^^xsd:int .
502 -
503 -wbexp:wlbStatus
504 - rdf:type owl:DatatypeProperty ;
505 - rdfs:domain wbexp:WBExp ;
506 - rdfs:label "wlbStatus" ;
507 - rdfs:range xsd:string ;
508 - tables:columnIndex "6"^^xsd:int .
509 -
510 -wbexp:wlbTotalDepth
511 - rdf:type owl:DatatypeProperty ;
512 - rdfs:domain wbexp:WBExp ;
513 - rdfs:label "wlbTotalDepth" ;
514 - rdfs:range xsd:string ;
515 - tables:columnIndex "20"^^xsd:int .
516 -
517 -wbexp:wlbUtmZone
518 - rdf:type owl:DatatypeProperty ;
519 - rdfs:domain wbexp:WBExp ;
520 - rdfs:label "wlbUtmZone" ;
521 - rdfs:range xsd:string ;
522 - tables:columnIndex "56"^^xsd:int .
523 -
524 -wbexp:wlbWaterDepth
525 - rdf:type owl:DatatypeProperty ;
526 - rdfs:domain wbexp:WBExp ;
527 - rdfs:label "wlbWaterDepth" ;
528 - rdfs:range xsd:string ;
529 - tables:columnIndex "21"^^xsd:int .
530 -
531 -wbexp:wlbWdssQcDate
532 - rdf:type owl:DatatypeProperty ;
533 - rdfs:domain wbexp:WBExp ;
534 - rdfs:label "wlbWdssQcDate" ;
535 - rdfs:range xsd:string ;
536 - tables:columnIndex "68"^^xsd:int .
537 -
538 -wbexp:wlbWell
539 - rdf:type owl:DatatypeProperty ;
540 - rdfs:domain wbexp:WBExp ;
541 - rdfs:label "wlbWell" ;
542 - rdfs:range xsd:string ;
543 - tables:columnIndex "1"^^xsd:int .
544 -
545 -wbexp:wlbWellType
546 - rdf:type owl:DatatypeProperty ;
547 - rdfs:domain wbexp:WBExp ;
548 - rdfs:label "wlbWellType" ;
549 - rdfs:range xsd:string ;
550 - tables:columnIndex "8"^^xsd:int .
551 -
552 -wbexp:wlbWellboreName
553 - rdf:type owl:DatatypeProperty ;
554 - rdfs:domain wbexp:WBExp ;
555 - rdfs:label "wlbWellboreName"^^xsd:string ;
556 - rdfs:range xsd:string ;
557 - tables:columnIndex "0"^^xsd:int .
This diff could not be displayed because it is too large.
1 -# baseURI: file:///www.reportinghub.no/transform/npd/wbsha
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix tables: <http://topbraid.org/tables#> .
8 -@prefix wbsha: <file:///www.reportinghub.no/transform/npd/wbsha#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/npd/wbsha>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -wbsha:WBSha
16 - rdf:type owl:Class ;
17 - rdfs:label "wbsha-2011-07-30" ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -wbsha:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain wbsha:WBSha ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "34"^^xsd:int .
26 -
27 -wbsha:wlbCompletionDate
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain wbsha:WBSha ;
30 - rdfs:label "wlbCompletionDate" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "6"^^xsd:int .
33 -
34 -wbsha:wlbCompletionYear
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain wbsha:WBSha ;
37 - rdfs:label "wlbCompletionYear" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "12"^^xsd:int .
40 -
41 -wbsha:wlbDrillPermit
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain wbsha:WBSha ;
44 - rdfs:label "wlbDrillPermit" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "7"^^xsd:int .
47 -
48 -wbsha:wlbDrillingOperator
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain wbsha:WBSha ;
51 - rdfs:label "wlbDrillingOperator" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "3"^^xsd:int .
54 -
55 -wbsha:wlbEntryDate
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain wbsha:WBSha ;
58 - rdfs:label "wlbEntryDate" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "5"^^xsd:int .
61 -
62 -wbsha:wlbEntryYear
63 - rdf:type owl:DatatypeProperty ;
64 - rdfs:domain wbsha:WBSha ;
65 - rdfs:label "wlbEntryYear" ;
66 - rdfs:range xsd:string ;
67 - tables:columnIndex "11"^^xsd:int .
68 -
69 -wbsha:wlbEwCode
70 - rdf:type owl:DatatypeProperty ;
71 - rdfs:domain wbsha:WBSha ;
72 - rdfs:label "wlbEwCode" ;
73 - rdfs:range xsd:string ;
74 - tables:columnIndex "22"^^xsd:int .
75 -
76 -wbsha:wlbEwDeg
77 - rdf:type owl:DatatypeProperty ;
78 - rdfs:domain wbsha:WBSha ;
79 - rdfs:label "wlbEwDeg" ;
80 - rdfs:range xsd:string ;
81 - tables:columnIndex "19"^^xsd:int .
82 -
83 -wbsha:wlbEwDesDeg
84 - rdf:type owl:DatatypeProperty ;
85 - rdfs:domain wbsha:WBSha ;
86 - rdfs:label "wlbEwDesDeg" ;
87 - rdfs:range xsd:string ;
88 - tables:columnIndex "24"^^xsd:int .
89 -
90 -wbsha:wlbEwMin
91 - rdf:type owl:DatatypeProperty ;
92 - rdfs:domain wbsha:WBSha ;
93 - rdfs:label "wlbEwMin" ;
94 - rdfs:range xsd:string ;
95 - tables:columnIndex "20"^^xsd:int .
96 -
97 -wbsha:wlbEwSec
98 - rdf:type owl:DatatypeProperty ;
99 - rdfs:domain wbsha:WBSha ;
100 - rdfs:label "wlbEwSec" ;
101 - rdfs:range xsd:string ;
102 - tables:columnIndex "21"^^xsd:int .
103 -
104 -wbsha:wlbEwUtm
105 - rdf:type owl:DatatypeProperty ;
106 - rdfs:domain wbsha:WBSha ;
107 - rdfs:label "wlbEwUtm" ;
108 - rdfs:range xsd:string ;
109 - tables:columnIndex "26"^^xsd:int .
110 -
111 -wbsha:wlbGeodeticDatum
112 - rdf:type owl:DatatypeProperty ;
113 - rdfs:domain wbsha:WBSha ;
114 - rdfs:label "wlbGeodeticDatum" ;
115 - rdfs:range xsd:string ;
116 - tables:columnIndex "14"^^xsd:int .
117 -
118 -wbsha:wlbMainArea
119 - rdf:type owl:DatatypeProperty ;
120 - rdfs:domain wbsha:WBSha ;
121 - rdfs:label "wlbMainArea" ;
122 - rdfs:range xsd:string ;
123 - tables:columnIndex "10"^^xsd:int .
124 -
125 -wbsha:wlbNamePart1
126 - rdf:type owl:DatatypeProperty ;
127 - rdfs:domain wbsha:WBSha ;
128 - rdfs:label "wlbNamePart1" ;
129 - rdfs:range xsd:string ;
130 - tables:columnIndex "28"^^xsd:int .
131 -
132 -wbsha:wlbNamePart2
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain wbsha:WBSha ;
135 - rdfs:label "wlbNamePart2" ;
136 - rdfs:range xsd:string ;
137 - tables:columnIndex "29"^^xsd:int .
138 -
139 -wbsha:wlbNamePart3
140 - rdf:type owl:DatatypeProperty ;
141 - rdfs:domain wbsha:WBSha ;
142 - rdfs:label "wlbNamePart3" ;
143 - rdfs:range xsd:string ;
144 - tables:columnIndex "30"^^xsd:int .
145 -
146 -wbsha:wlbNamePart4
147 - rdf:type owl:DatatypeProperty ;
148 - rdfs:domain wbsha:WBSha ;
149 - rdfs:label "wlbNamePart4" ;
150 - rdfs:range xsd:string ;
151 - tables:columnIndex "31"^^xsd:int .
152 -
153 -wbsha:wlbNamePart5
154 - rdf:type owl:DatatypeProperty ;
155 - rdfs:domain wbsha:WBSha ;
156 - rdfs:label "wlbNamePart5" ;
157 - rdfs:range xsd:string ;
158 - tables:columnIndex "32"^^xsd:int .
159 -
160 -wbsha:wlbNamePart6
161 - rdf:type owl:DatatypeProperty ;
162 - rdfs:domain wbsha:WBSha ;
163 - rdfs:label "wlbNamePart6" ;
164 - rdfs:range xsd:string ;
165 - tables:columnIndex "33"^^xsd:int .
166 -
167 -wbsha:wlbNpdidWellbore
168 - rdf:type owl:DatatypeProperty ;
169 - rdfs:domain wbsha:WBSha ;
170 - rdfs:label "wlbNpdidWellbore" ;
171 - rdfs:range xsd:string ;
172 - tables:columnIndex "1"^^xsd:int .
173 -
174 -wbsha:wlbNsCode
175 - rdf:type owl:DatatypeProperty ;
176 - rdfs:domain wbsha:WBSha ;
177 - rdfs:label "wlbNsCode" ;
178 - rdfs:range xsd:string ;
179 - tables:columnIndex "18"^^xsd:int .
180 -
181 -wbsha:wlbNsDecDeg
182 - rdf:type owl:DatatypeProperty ;
183 - rdfs:domain wbsha:WBSha ;
184 - rdfs:label "wlbNsDecDeg" ;
185 - rdfs:range xsd:string ;
186 - tables:columnIndex "23"^^xsd:int .
187 -
188 -wbsha:wlbNsDeg
189 - rdf:type owl:DatatypeProperty ;
190 - rdfs:domain wbsha:WBSha ;
191 - rdfs:label "wlbNsDeg" ;
192 - rdfs:range xsd:string ;
193 - tables:columnIndex "15"^^xsd:int .
194 -
195 -wbsha:wlbNsMin
196 - rdf:type owl:DatatypeProperty ;
197 - rdfs:domain wbsha:WBSha ;
198 - rdfs:label "wlbNsMin" ;
199 - rdfs:range xsd:string ;
200 - tables:columnIndex "16"^^xsd:int .
201 -
202 -wbsha:wlbNsSec
203 - rdf:type owl:DatatypeProperty ;
204 - rdfs:domain wbsha:WBSha ;
205 - rdfs:label "wlbNsSec" ;
206 - rdfs:range xsd:string ;
207 - tables:columnIndex "17"^^xsd:int .
208 -
209 -wbsha:wlbNsUtm
210 - rdf:type owl:DatatypeProperty ;
211 - rdfs:domain wbsha:WBSha ;
212 - rdfs:label "wlbNsUtm" ;
213 - rdfs:range xsd:string ;
214 - tables:columnIndex "25"^^xsd:int .
215 -
216 -wbsha:wlbProductionLicence
217 - rdf:type owl:DatatypeProperty ;
218 - rdfs:domain wbsha:WBSha ;
219 - rdfs:label "wlbProductionLicence" ;
220 - rdfs:range xsd:string ;
221 - tables:columnIndex "4"^^xsd:int .
222 -
223 -wbsha:wlbSeismicLocation
224 - rdf:type owl:DatatypeProperty ;
225 - rdfs:domain wbsha:WBSha ;
226 - rdfs:label "wlbSeismicLocation" ;
227 - rdfs:range xsd:string ;
228 - tables:columnIndex "13"^^xsd:int .
229 -
230 -wbsha:wlbTotalDepth
231 - rdf:type owl:DatatypeProperty ;
232 - rdfs:domain wbsha:WBSha ;
233 - rdfs:label "wlbTotalDepth" ;
234 - rdfs:range xsd:string ;
235 - tables:columnIndex "8"^^xsd:int .
236 -
237 -wbsha:wlbUtmZone
238 - rdf:type owl:DatatypeProperty ;
239 - rdfs:domain wbsha:WBSha ;
240 - rdfs:label "wlbUtmZone" ;
241 - rdfs:range xsd:string ;
242 - tables:columnIndex "27"^^xsd:int .
243 -
244 -wbsha:wlbWaterDepth
245 - rdf:type owl:DatatypeProperty ;
246 - rdfs:domain wbsha:WBSha ;
247 - rdfs:label "wlbWaterDepth" ;
248 - rdfs:range xsd:string ;
249 - tables:columnIndex "9"^^xsd:int .
250 -
251 -wbsha:wlbWell
252 - rdf:type owl:DatatypeProperty ;
253 - rdfs:domain wbsha:WBSha ;
254 - rdfs:label "wlbWell" ;
255 - rdfs:range xsd:string ;
256 - tables:columnIndex "2"^^xsd:int .
257 -
258 -wbsha:wlbWellboreName
259 - rdf:type owl:DatatypeProperty ;
260 - rdfs:domain wbsha:WBSha ;
261 - rdfs:label "wlbWellboreName"^^xsd:string ;
262 - rdfs:range xsd:string ;
263 - tables:columnIndex "0"^^xsd:int .