Skip to content

Commit

Permalink
Fix manufacturers rdf:type
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 12, 2024
1 parent 8a02385 commit 795b6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions generic/uplift/sensor-manufacturers-uplift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ transform:
types:
$: skos:ConceptScheme
$.manufacturers[*]: skos:Concept

context:
$:
Expand Down Expand Up @@ -51,9 +52,6 @@ context:
name: skos:prefLabel
label: skos:prefLabel
description: dct:description
inScheme:
'@id': skos:inScheme
'@type': '@id'
references:
'@id': rdfs:seeAlso
'@type': '@id'
Expand Down
4 changes: 0 additions & 4 deletions generic/uplift/sensors-uplift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ transform:
})
} else . end
)),
"inScheme": "https://w3id.org/ad4gd/sensors",
"subClassOf": "sosa:Sensor"
}
| del(..|select(. == ""))
Expand Down Expand Up @@ -70,9 +69,6 @@ context:
name: skos:prefLabel
label: skos:prefLabel
description: dct:description
inScheme:
'@id': skos:inScheme
'@type': '@id'
references:
'@id': rdfs:seeAlso
'@type': '@id'
Expand Down

0 comments on commit 795b6b8

Please sign in to comment.