Holger Knublauch

Marked two functions as invalid

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