Skip to content

Commit

Permalink
fix hyperparameter
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Jan 20, 2025
1 parent 4861a03 commit 18d07b1
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions releases/it6/hasHyperParameter.jsonld
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"@id": "http://data.europa.eu/it6/hasHyperparameter",
"@id": "http://data.europa.eu/it6/hasHyperParameter",
"@type": [
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The hyperparameter associated with this run."
"@value": "The hyperparameter associated with the run."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -19,7 +19,7 @@
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has hyper parameter"
"@value": "has hyperparameter"
}
]
}
10 changes: 5 additions & 5 deletions releases/it6/hasHyperParameter.nt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<http://data.europa.eu/it6/hasHyperparameter> <http://www.w3.org/2000/01/rdf-schema#label> "has hyper parameter"@en .
<http://data.europa.eu/it6/hasHyperparameter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://data.europa.eu/it6/> .
<http://data.europa.eu/it6/hasHyperparameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://data.europa.eu/it6/hasHyperparameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://data.europa.eu/it6/hasHyperparameter> <http://www.w3.org/2000/01/rdf-schema#comment> "The hyperparameter associated with this run."@en .
<http://data.europa.eu/it6/hasHyperParameter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://data.europa.eu/it6/> .
<http://data.europa.eu/it6/hasHyperParameter> <http://www.w3.org/2000/01/rdf-schema#label> "has hyperparameter"@en .
<http://data.europa.eu/it6/hasHyperParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://data.europa.eu/it6/hasHyperParameter> <http://www.w3.org/2000/01/rdf-schema#comment> "The hyperparameter associated with the run."@en .
<http://data.europa.eu/it6/hasHyperParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
8 changes: 4 additions & 4 deletions releases/it6/hasHyperParameter.rdf
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://data.europa.eu/it6/hasHyperparameter">
<rdf:Description rdf:about="http://data.europa.eu/it6/hasHyperParameter">
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/it6/"/>
<rdfs:label xml:lang="en">has hyperparameter</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The hyperparameter associated with this run.</rdfs:comment>
<rdfs:label xml:lang="en">has hyper parameter</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/it6/"/>
<rdfs:comment xml:lang="en">The hyperparameter associated with the run.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
6 changes: 3 additions & 3 deletions releases/it6/hasHyperParameter.ttl
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.europa.eu/it6/hasHyperparameter> a rdf:Property,
<http://data.europa.eu/it6/hasHyperParameter> a rdf:Property,
owl:ObjectProperty ;
rdfs:label "has hyper parameter"@en ;
rdfs:comment "The hyperparameter associated with this run."@en ;
rdfs:label "has hyperparameter"@en ;
rdfs:comment "The hyperparameter associated with the run."@en ;
rdfs:isDefinedBy <http://data.europa.eu/it6/> .

0 comments on commit 18d07b1

Please sign in to comment.