Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valorizzazione del campo rightsHolder per issue #263 #270

Merged
merged 7 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion Ontologie/DCAT/latest/DCAT-AP_IT.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,24 @@
} ]
}, {
"@id" : "https://w3id.org/italia/data/public-organization/agid",
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ]
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://xmlns.com/foaf/0.1/Agent" ],
"http://purl.org/dc/terms/identifier" : [ {
"@value" : "agid"
} ],
"http://xmlns.com/foaf/0.1/name" : [ {
"@language" : "it",
"@value" : "Agenzia per l'Italia Digitale"
}, {
"@language" : "en",
"@value" : "Italian Digital Agency"
} ],
"http://xmlns.com/foaf/0.1/label" : [ {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's foaf:label?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it is rdfs:label. It should be corrected. @Clou-dia @bfabio

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"@language" : "it",
"@value" : "Agenzia per l'Italia Digitale"
}, {
"@language" : "en",
"@value" : "Italian Digital Agency"
} ]
}, {
"@id" : "https://w3id.org/italia/onto/ADMS/Project",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
Expand Down
9 changes: 8 additions & 1 deletion Ontologie/DCAT/latest/DCAT-AP_IT.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,14 @@ datiCatalogo:SPCDataCatalog

<!-- https://w3id.org/italia/data/public-organization/agid -->

<owl:NamedIndividual rdf:about="https://w3id.org/italia/data/public-organization/agid"/>
<owl:NamedIndividual rdf:about="https://w3id.org/italia/data/public-organization/agid">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<terms:identifier>agid</terms:identifier>
<foaf:name xml:lang="it">Agenzia per l&apos;Italia Digitale</foaf:name>
<foaf:name xml:lang="en">Italian Digital Agency</foaf:name>
<foaf:label xml:lang="it">Agenzia per l&apos;Italia Digitale</foaf:label>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here foaf:label is not correct

<foaf:label xml:lang="en">Italian Digital Agency</foaf:label>
</owl:NamedIndividual>



Expand Down
10 changes: 8 additions & 2 deletions Ontologie/DCAT/latest/DCAT-AP_IT.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1453,8 +1453,14 @@ datiCatalogo:SPCDataCatalog
admsapit:Project ;
l0:name "Dati.gov.it - Il catalogo nazionale dei dati aperti della pubblica amministrazione"@it .



### https://w3id.org/italia/data/public-organization/agid
<https://w3id.org/italia/data/public-organization/agid> rdf:type owl:NamedIndividual ,
foaf:Agent ;
dct:identifier "agid" ;
rdfs:label "Agenzia per l'Italia Digitale"@it ,
"Italian Digital Agency"@en ;
foaf:name "Agenzia per l'Italia Digitale"@it ,
"Italian Digital Agency"@en .

#################################################################
# Annotations
Expand Down
19 changes: 18 additions & 1 deletion Ontologie/DCAT/v2.0/DCAT-AP_IT.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,24 @@
} ]
}, {
"@id" : "https://w3id.org/italia/data/public-organization/agid",
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ]
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://xmlns.com/foaf/0.1/Agent" ],
"http://purl.org/dc/terms/identifier" : [ {
"@value" : "agid"
} ],
"http://xmlns.com/foaf/0.1/name" : [ {
"@language" : "it",
"@value" : "Agenzia per l'Italia Digitale"
}, {
"@language" : "en",
"@value" : "Italian Digital Agency"
} ],
"http://xmlns.com/foaf/0.1/label" : [ {
"@language" : "it",
"@value" : "Agenzia per l'Italia Digitale"
}, {
"@language" : "en",
"@value" : "Italian Digital Agency"
} ]
}, {
"@id" : "https://w3id.org/italia/onto/ADMS/Project",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
Expand Down
9 changes: 8 additions & 1 deletion Ontologie/DCAT/v2.0/DCAT-AP_IT.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,14 @@ datiCatalogo:SPCDataCatalog

<!-- https://w3id.org/italia/data/public-organization/agid -->

<owl:NamedIndividual rdf:about="https://w3id.org/italia/data/public-organization/agid"/>
<owl:NamedIndividual rdf:about="https://w3id.org/italia/data/public-organization/agid">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<terms:identifier>agid</terms:identifier>
<foaf:name xml:lang="it">Agenzia per l&apos;Italia Digitale</foaf:name>
<foaf:name xml:lang="en">Italian Digital Agency</foaf:name>
<foaf:label xml:lang="it">Agenzia per l&apos;Italia Digitale</foaf:label>
<foaf:label xml:lang="en">Italian Digital Agency</foaf:label>
</owl:NamedIndividual>



Expand Down
10 changes: 8 additions & 2 deletions Ontologie/DCAT/v2.0/DCAT-AP_IT.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1453,8 +1453,14 @@ datiCatalogo:SPCDataCatalog
admsapit:Project ;
l0:name "Dati.gov.it - Il catalogo nazionale dei dati aperti della pubblica amministrazione"@it .



### https://w3id.org/italia/data/public-organization/agid
<https://w3id.org/italia/data/public-organization/agid> rdf:type owl:NamedIndividual ,
foaf:Agent ;
dct:identifier "agid" ;
rdfs:label "Agenzia per l'Italia Digitale"@it ,
"Italian Digital Agency"@en ;
foaf:name "Agenzia per l'Italia Digitale"@it ,
"Italian Digital Agency"@en .

#################################################################
# Annotations
Expand Down
Loading