Holger Knublauch

Marked two functions as invalid

...@@ -2103,6 +2103,7 @@ rhspin:fieldByOwner ...@@ -2103,6 +2103,7 @@ rhspin:fieldByOwner
2103 rdfs:comment "The licence or BAA to get the field name of."^^xsd:string ; 2103 rdfs:comment "The licence or BAA to get the field name of."^^xsd:string ;
2104 ] ; 2104 ] ;
2105 spin:returnType <http://www.reportinghub.no/ep/schema/facility#Field> ; 2105 spin:returnType <http://www.reportinghub.no/ep/schema/facility#Field> ;
2106 + rdfs:comment "LOOKS INCORRECT: There may be multiple Fields for a given Owner, e.g. VEGA and VEGA SØR."^^xsd:string ;
2106 rdfs:label "field by owner"^^xsd:string ; 2107 rdfs:label "field by owner"^^xsd:string ;
2107 rdfs:subClassOf spin:Functions ; 2108 rdfs:subClassOf spin:Functions ;
2108 . 2109 .
...@@ -2149,6 +2150,7 @@ rhspin:fieldNameByOwner ...@@ -2149,6 +2150,7 @@ rhspin:fieldNameByOwner
2149 rdfs:comment "The licence or BAA to get the field name of."^^xsd:string ; 2150 rdfs:comment "The licence or BAA to get the field name of."^^xsd:string ;
2150 ] ; 2151 ] ;
2151 spin:returnType xsd:string ; 2152 spin:returnType xsd:string ;
2153 + rdfs:comment "LOOKS INCORRECT: There may be multiple Fields for a given Owner, e.g. VEGA and VEGA SØR."^^xsd:string ;
2152 rdfs:label "field name by owner"^^xsd:string ; 2154 rdfs:label "field name by owner"^^xsd:string ;
2153 rdfs:subClassOf spin:Functions ; 2155 rdfs:subClassOf spin:Functions ;
2154 . 2156 .
......