Showing
1 changed file
with
6 additions
and
7 deletions
| ... | @@ -779,18 +779,17 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -779,18 +779,17 @@ rhspin:companyHasLicenceForWellBore |
| 779 | [ sp:varName "share"^^xsd:string | 779 | [ sp:varName "share"^^xsd:string |
| 780 | ] | 780 | ] |
| 781 | ] | 781 | ] |
| 782 | - ] [ sp:object | 782 | + ] [ rdf:type sp:TriplePath ; |
| 783 | + sp:object | ||
| 783 | [ sp:varName "licence"^^xsd:string | 784 | [ sp:varName "licence"^^xsd:string |
| 784 | ] ; | 785 | ] ; |
| 785 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; | 786 | + sp:path [ rdf:type sp:AltPath ; |
| 787 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#baaShared> ; | ||
| 788 | + sp:path2 <http://www.reportinghub.no/np/schema/npd#licenceShared> | ||
| 789 | + ] ; | ||
| 786 | sp:subject | 790 | sp:subject |
| 787 | [ sp:varName "share"^^xsd:string | 791 | [ sp:varName "share"^^xsd:string |
| 788 | ] | 792 | ] |
| 789 | - ] [ sp:object <http://www.reportinghub.no/np/schema/npd#LS_Active> ; | ||
| 790 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceStatus> ; | ||
| 791 | - sp:subject | ||
| 792 | - [ sp:varName "licence"^^xsd:string | ||
| 793 | - ] | ||
| 794 | ] [ rdf:type sp:Union ; | 793 | ] [ rdf:type sp:Union ; |
| 795 | sp:elements (([ sp:object | 794 | sp:elements (([ sp:object |
| 796 | [ sp:varName "licence"^^xsd:string | 795 | [ sp:varName "licence"^^xsd:string | ... | ... |
-
Please register or login to post a comment